diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 00:16:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 00:16:45 -0400 |
| commit | 723428bebe3105ad3c3406e416402d1831b482c4 (patch) | |
| tree | ff990e306163515973746ddfb261f29ba8765441 /linux/lib/setsid.c | |
| download | linux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.tar.gz linux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.tar.bz2 linux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.zip | |
Inital commit
Diffstat (limited to 'linux/lib/setsid.c')
| -rw-r--r-- | linux/lib/setsid.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/lib/setsid.c b/linux/lib/setsid.c new file mode 100644 index 0000000..730abf0 --- /dev/null +++ b/linux/lib/setsid.c @@ -0,0 +1,4 @@ +#define __LIBRARY__ +#include <unistd.h> + +_syscall0(pid_t,setsid) |
