mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
148 B
C
7 lines
148 B
C
// These APIs marked unavailable on watchOS and tvOS.
|
|
|
|
#include <sys/types.h>
|
|
|
|
pid_t _fork(void);
|
|
int _execv(const char *path, char * const *argv);
|