1
0
mirror of https://github.com/beego/bee.git synced 2025-02-18 07:37:04 +00:00

11 lines
225 B
C
Raw Normal View History

2017-03-19 23:45:54 +01:00
#include "proc_darwin.h"
#include <unistd.h>
#include <sys/ptrace.h>
#include <errno.h>
#include <stdlib.h>
#include <fcntl.h>
int
fork_exec(char *, char **, int, char *, task_t*, mach_port_t*, mach_port_t*, mach_port_t*);