From f162fdc63931b8f6b13d4ff137721fe654294f2a Mon Sep 17 00:00:00 2001 From: ghazi Date: Tue, 21 Jan 2003 02:44:37 +0000 Subject: * system.h (__NO_STRING_INLINES): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61528 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/system.h') diff --git a/gcc/system.h b/gcc/system.h index 0e5b3c65894..27f6f411a10 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -112,6 +112,10 @@ extern int fprintf_unlocked PARAMS ((FILE *, const char *, ...)); extern int errno; #endif +/* Some of glibc's string inlines cause warnings. Plus we'd rather + rely on (and therefore test) GCC's string builtins. */ +#define __NO_STRING_INLINES + #ifdef STRING_WITH_STRINGS # include # include -- cgit v1.2.1