mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-14 20:01:03 +03:00
(get_null_defines): Treat NOT_IN_libc special. It is known to be defined.
This commit is contained in:
@ -72,11 +72,13 @@ libc_hidden_proto (__strndup)
|
||||
libc_hidden_proto (__strerror_r)
|
||||
libc_hidden_proto (__strverscmp)
|
||||
|
||||
# ifndef index
|
||||
# define index(s, c) (strchr ((s), (c)))
|
||||
# endif
|
||||
# ifndef rindex
|
||||
# define rindex(s, c) (strrchr ((s), (c)))
|
||||
# ifndef _ISOMAC
|
||||
# ifndef index
|
||||
# define index(s, c) (strchr ((s), (c)))
|
||||
# endif
|
||||
# ifndef rindex
|
||||
# define rindex(s, c) (strrchr ((s), (c)))
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user