Don't undef memchr.

This commit is contained in:
Ulrich Drepper 1999-10-04 06:22:23 +00:00
parent 22baad3c3d
commit 4572f6c2aa

View file

@ -46,13 +46,11 @@
#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