summaryrefslogtreecommitdiff
path: root/src/unistd/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/nice.c')
-rw-r--r--src/unistd/nice.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/nice.c b/src/unistd/nice.c
index b406860c..4b5b8899 100644
--- a/src/unistd/nice.c
+++ b/src/unistd/nice.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
int nice(int incr)
@@ -8,3 +10,6 @@ int nice(int incr)
/*
XOPEN(4)
*/
+
+
+#endif