summaryrefslogtreecommitdiff
path: root/src/unistd/setpgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setpgrp.c')
-rw-r--r--src/unistd/setpgrp.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setpgrp.c b/src/unistd/setpgrp.c
deleted file mode 100644
index 06f0e452..00000000
--- a/src/unistd/setpgrp.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-pid_t setpgrp(void)
-{
- return 0;
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif