From: Szabolcs Nagy Date: Wed, 24 Jul 2013 02:46:12 +0000 (+0000) Subject: more comment to the malloc(0) test X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=commitdiff_plain;h=2a160f3f18b41a5647f2bc7a652959932344610b;hp=92a651965ba01cbb3477ef0b30becd9c9be047da more comment to the malloc(0) test --- diff --git a/src/regression/malloc-0.c b/src/regression/malloc-0.c index 0eded64..e354bca 100644 --- a/src/regression/malloc-0.c +++ b/src/regression/malloc-0.c @@ -1,5 +1,6 @@ // commit: 26031da0f83a2a3ed52190077931ee6c18dfd689 2011-02-20 // malloc(0) should return unique pointers +// (often expected and gnulib replaces malloc if malloc(0) returns 0) #include #include "test.h"