[git commit] platform: strchrnul is missing if __APPLE__
Denys Vlasenko
vda.linux at googlemail.com
Tue Nov 26 23:27:46 UTC 2013
commit: http://git.busybox.net/busybox/commit/?id=d9fc4d8f9249dcbbccb0007a3c609ed9ddaf5d72
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Daniel Borca <dborca at yahoo.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
include/platform.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/platform.h b/include/platform.h
index 0fa9f61..cfc8029 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
More information about the busybox-cvs
mailing list