#include <unistd.h>
#include <TargetConditionals.h>
+#if !TARGET_OS_EMBEDDED
/*
* system call stubs are no longer generated for these from
* syscalls.master. Instead, provide simple stubs here.
{
return kill(getpid(), SIGSYS);
}
+#endif /* !TARGET_OS_EMBEDDED */