summaryrefslogtreecommitdiff
path: root/test/malloc/tst-mcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/malloc/tst-mcheck.c')
-rw-r--r--test/malloc/tst-mcheck.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/malloc/tst-mcheck.c b/test/malloc/tst-mcheck.c
index 9297d79..a24f471 100644
--- a/test/malloc/tst-mcheck.c
+++ b/test/malloc/tst-mcheck.c
@@ -53,11 +53,7 @@ main (void)
merror ("realloc (p, 0) failed.");
p = malloc (0);
-#if !defined(__UCLIBC__) || defined(__MALLOC_GLIBC_COMPAT__)
if (p == NULL)
-#else
- if (p != NULL)
-#endif
merror ("malloc (0) failed.");
p = realloc (p, 0);