diff options
Diffstat (limited to 'src/unistd/nice.c')
-rw-r--r-- | src/unistd/nice.c | 5 |
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 |