diff options
Diffstat (limited to 'libc/stdio/_uintmaxtostr.c')
-rw-r--r-- | libc/stdio/_uintmaxtostr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/_uintmaxtostr.c b/libc/stdio/_uintmaxtostr.c index e501165a9..82eb862e1 100644 --- a/libc/stdio/_uintmaxtostr.c +++ b/libc/stdio/_uintmaxtostr.c @@ -5,7 +5,6 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ -#define _ISOC99_SOURCE /* for ULLONG primarily... */ #include "_stdio.h" #include <limits.h> #include <locale.h> |