]> sourceware.org Git - glibc.git/commitdiff
Don't include <string.h> at all. HPUX-9.01 and IRIX-4.0.5 vendor C compilers get...
authorJim Meyering <meyering@lucent.com>
Sun, 21 May 1995 06:03:25 +0000 (06:03 +0000)
committerJim Meyering <meyering@lucent.com>
Sun, 21 May 1995 06:03:25 +0000 (06:03 +0000)
sysdeps/generic/memchr.c

index 5ceb2ba7c92d075d48573eab581eb9293bea53c4..b6f472276bb608345305c30728b16d984c8a7754 100644 (file)
@@ -31,10 +31,6 @@ Cambridge, MA 02139, USA.  */
 # define __ptr_t char *
 #endif /* C++ or ANSI C.  */
 
-#if defined (HAVE_STRING_H) || defined (_LIBC)
-# include <string.h>
-#endif
-
 #if defined (HAVE_LIMITS_H) || defined (_LIBC)
 # include <limits.h>
 #endif
This page took 0.0421589999999999 seconds and 5 git commands to generate.