IPHONE: Enable use of forbidden symbols

svn-id: r53971
This commit is contained in:
Max Horn 2010-10-31 00:04:24 +00:00
parent ac748c2ebd
commit 2e4cedd98a
4 changed files with 12 additions and 0 deletions

View file

@ -23,6 +23,9 @@
*
*/
// Disable symbol overrides so that we can use system headers.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include <unistd.h>
#include <pthread.h>