[git commit] setsid.c: whitespace only
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:38 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=a55acdf73a3205a45664e39bc915a9d3d45ba785
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/sysdeps/linux/common/setsid.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libc/sysdeps/linux/common/setsid.c b/libc/sysdeps/linux/common/setsid.c
index 4ca95fc..5da65b9 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)
More information about the uClibc-cvs
mailing list