mirror of git://sourceware.org/git/glibc.git
Don't undef memchr.
This commit is contained in:
parent
22baad3c3d
commit
4572f6c2aa
|
|
@ -46,13 +46,11 @@
|
||||||
#define LONG_MAX_32_BITS 2147483647
|
#define LONG_MAX_32_BITS 2147483647
|
||||||
|
|
||||||
#ifndef LONG_MAX
|
#ifndef LONG_MAX
|
||||||
#define LONG_MAX LONG_MAX_32_BITS
|
# define LONG_MAX LONG_MAX_32_BITS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#undef memchr
|
|
||||||
|
|
||||||
|
|
||||||
/* Search no more than N bytes of S for C. */
|
/* Search no more than N bytes of S for C. */
|
||||||
__ptr_t
|
__ptr_t
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue