platform: strchrnul is missing if __APPLE__

Signed-off-by: Daniel Borca <dborca@yahoo.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_22_stable
Daniel Borca 2013-11-27 00:27:46 +01:00 committed by Denys Vlasenko
parent 195c436f84
commit d9fc4d8f92
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ typedef unsigned smalluint;
# undef HAVE_UNLOCKED_LINE_OPS
#endif
#if defined(__FreeBSD__)
#if defined(__FreeBSD__) || defined(__APPLE__)
# undef HAVE_STRCHRNUL
#endif