blob: 916cf3cb3ea45119adfb9145a3ec609e537406a9 [file] [log] [blame]
// These APIs marked unavailable on watchOS and tvOS.
#include <sys/types.h>
#if !defined(_WIN32)
pid_t _fork(void);
int _execv(const char *path, char * const *argv);
#endif