From 2a160f3f18b41a5647f2bc7a652959932344610b Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 24 Jul 2013 02:46:12 +0000 Subject: [PATCH 1/1] more comment to the malloc(0) test --- src/regression/malloc-0.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1