From: Daniel Borca Date: Tue, 26 Nov 2013 23:27:46 +0000 (+0100) Subject: platform: strchrnul is missing if __APPLE__ X-Git-Tag: 1_22_0~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9fc4d8f9249dcbbccb0007a3c609ed9ddaf5d72;p=oweals%2Fbusybox.git platform: strchrnul is missing if __APPLE__ Signed-off-by: Daniel Borca Signed-off-by: Denys Vlasenko --- diff --git a/include/platform.h b/include/platform.h index 0fa9f6182..cfc802907 100644 --- a/include/platform.h +++ b/include/platform.h @@ -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