summaryrefslogtreecommitdiff
path: root/libc/stdio/scanf.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-08 17:00:06 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-08 17:00:06 +0000
commit2115156d41d5d490023a98ec63970068e23a81ae (patch)
tree8e546847014fb91b01b1b42f5af7b60fe3417edb /libc/stdio/scanf.c
parent2f986c2fa65bca5ec94f7b3fe78b8fb88c21eb6e (diff)
Remove #define _STDIO_UTILITY, can't find any use of it
Diffstat (limited to 'libc/stdio/scanf.c')
-rw-r--r--libc/stdio/scanf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c
index 0bb6c0f4d..d30eaebc0 100644
--- a/libc/stdio/scanf.c
+++ b/libc/stdio/scanf.c
@@ -46,7 +46,6 @@
#define _ISOC99_SOURCE /* for LLONG_MAX primarily... */
#define _GNU_SOURCE
-#define _STDIO_UTILITY
#include <features.h>
#include "_stdio.h"
#include <stdlib.h>