diff options
Diffstat (limited to 'libc/stdio/vfprintf.c')
-rw-r--r-- | libc/stdio/vfprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c index 10114f061..a1f43faba 100644 --- a/libc/stdio/vfprintf.c +++ b/libc/stdio/vfprintf.c @@ -91,7 +91,6 @@ #define _ISOC99_SOURCE /* for ULLONG primarily... */ #define _GNU_SOURCE -#define _STDIO_UTILITY /* We're using _uintmaxtostr. */ #include <features.h> #include "_stdio.h" #include <stdlib.h> |