mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#6351 only declare memrchr if not defined by platform
This commit is contained in:
parent
4cabc24269
commit
5e52ad6751
@ -98,8 +98,8 @@ int (strncasecmp)();
|
||||
#ifndef HAVE_MEMRCHR
|
||||
#undef memrchr
|
||||
#define memrchr lutil_memrchr
|
||||
#endif /* ! HAVE_MEMRCHR */
|
||||
void * memrchr(const void *b, int c, size_t len);
|
||||
#endif /* ! HAVE_MEMRCHR */
|
||||
|
||||
#define STRLENOF(s) (sizeof(s)-1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user