Forgot to fix the guard for String.cpp
authorMichael Lee <mzlee@fb.com>
Fri, 15 Apr 2016 22:16:46 +0000 (15:16 -0700)
committerFacebook Github Bot 2 <facebook-github-bot-2-bot@fb.com>
Fri, 15 Apr 2016 22:20:28 +0000 (15:20 -0700)
commit61aa1f461c6b764410d0bfe9de22d303ac184f0e
tree59a45b410b99f0f8aa7e03c04fce25c9a62e10d4
parent8d5c32ba92f8d4902b15bc5ba340a420a212ce73
Forgot to fix the guard for String.cpp

Summary:9ab69bc removed `__APPLE__` around the strndup definition
because it is defined on modern OSX.  But there was another reference
in String.cpp. Fixing that.

Reviewed By: yfeldblum

Differential Revision: D3186360

fb-gh-sync-id: 709c3b93cd22945e2237412637929df1979526c1
fbshipit-source-id: 709c3b93cd22945e2237412637929df1979526c1
folly/portability/String.cpp