diff options
Diffstat (limited to 'src/unistd/setsid.c')
-rw-r--r-- | src/unistd/setsid.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setsid.c b/src/unistd/setsid.c deleted file mode 100644 index b061a23a..00000000 --- a/src/unistd/setsid.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <sys/types.h> -#include "_syscall.h" - -pid_t setsid(void) -{ - SYSCALL(setsid, pid_t, -1, 0, 0, 0, 0, 0, 0); -} -/* -POSIX(1) -*/ - - -#endif |