summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/setsid.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-16 11:50:17 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:38 +0200
commita55acdf73a3205a45664e39bc915a9d3d45ba785 (patch)
tree1b712109d269592ed35d1ba93fc77e51c940b8b8 /libc/sysdeps/linux/common/setsid.c
parent39e02af41f173c3a95bf49e59b482f01d5698ba1 (diff)
setsid.c: whitespace only
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/setsid.c')
-rw-r--r--libc/sysdeps/linux/common/setsid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setsid.c b/libc/sysdeps/linux/common/setsid.c
index 4ca95fcc6..5da65b966 100644
--- a/libc/sysdeps/linux/common/setsid.c
+++ b/libc/sysdeps/linux/common/setsid.c
@@ -10,6 +10,5 @@
#include <sys/syscall.h>
#include <unistd.h>
-
_syscall0(pid_t, setsid)
libc_hidden_def(setsid)