From eedef37b4ad706b033fad74ae4de87e3cedaf4f2 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 20 Mar 2011 03:20:27 +0100 Subject: do not define _ISOC99_SOURCE in specific files This should come properly from features.h or the build. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/stdlib/stdlib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdlib/stdlib.c') diff --git a/libc/stdlib/stdlib.c b/libc/stdlib/stdlib.c index dd31194a8..d3bdd6c39 100644 --- a/libc/stdlib/stdlib.c +++ b/libc/stdlib/stdlib.c @@ -32,7 +32,6 @@ * Add wscto{inttype} functions. */ -#define _ISOC99_SOURCE /* for ULLONG primarily... */ #include #include #include -- cgit v1.2.3