From 2115156d41d5d490023a98ec63970068e23a81ae Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 8 Nov 2005 17:00:06 +0000 Subject: Remove #define _STDIO_UTILITY, can't find any use of it --- libc/string/i386/string.c | 1 - libc/string/powerpc/string.c | 1 - 2 files changed, 2 deletions(-) (limited to 'libc/string') diff --git a/libc/string/i386/string.c b/libc/string/i386/string.c index 8a7f1a89b..f827445fe 100644 --- a/libc/string/i386/string.c +++ b/libc/string/i386/string.c @@ -22,7 +22,6 @@ * -Erik */ -#define _STDIO_UTILITY #define _GNU_SOURCE #include #include /* for __LOCALE_C_ONLY */ diff --git a/libc/string/powerpc/string.c b/libc/string/powerpc/string.c index acd5d0144..d02deda08 100644 --- a/libc/string/powerpc/string.c +++ b/libc/string/powerpc/string.c @@ -26,7 +26,6 @@ * Copyright (C) 2004 Joakim Tjernlund */ -#define _STDIO_UTILITY #define _GNU_SOURCE #include #include /* for __LOCALE_C_ONLY */ -- cgit v1.2.3