mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#6351 only declare memrchr if not defined by platform
This commit is contained in:
parent
4cabc24269
commit
5e52ad6751
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue