]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't undef memchr.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 1999 06:22:23 +0000 (06:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 1999 06:22:23 +0000 (06:22 +0000)
sysdeps/generic/memrchr.c

index 4b9f92e3fe8a96a756ef8efa21f566729e2ea44c..c86625755b505b133040aaac94e293efac9055f4 100644 (file)
 #define LONG_MAX_32_BITS 2147483647
 
 #ifndef LONG_MAX
-#define LONG_MAX LONG_MAX_32_BITS
+# define LONG_MAX LONG_MAX_32_BITS
 #endif
 
 #include <sys/types.h>
 
-#undef memchr
-
 
 /* Search no more than N bytes of S for C.  */
 __ptr_t