summaryrefslogtreecommitdiff
path: root/src/unistd/getsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getsid.c')
-rw-r--r--src/unistd/getsid.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getsid.c b/src/unistd/getsid.c
index 671b19ec..2cc44328 100644
--- a/src/unistd/getsid.c
+++ b/src/unistd/getsid.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
pid_t getsid(pid_t pid)
@@ -9,3 +11,6 @@ pid_t getsid(pid_t pid)
XOPEN(400)
POSIX(200809)
*/
+
+
+#endif