[PATCH 1/3] platform: fix missing strchrnul

Daniel Borca dborca at yahoo.com
Thu Nov 28 14:38:02 UTC 2013



Denys Vlasenko wrote:
> On Wednesday 27 November 2013 02:53, Daniel Borca wrote:
>> I was testing on Darwin.  More specifically, iPhoneOS6.1.sdk
>
> Please provide a #if statement which checks specifically
> for your version of libc. __APPLE__ is too generic.

How is that? It's not like Apple builds on many different types of
hardware with different libcs.  Besides, the functions conditioned
by __APPLE__ right now are neither in MacOSX, nor in iOS.

Meh, does __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ look okay?

-dborca


More information about the busybox mailing list