diff options
Diffstat (limited to 'lib/libc/unistd/nice.c')
| -rw-r--r-- | lib/libc/unistd/nice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/unistd/nice.c b/lib/libc/unistd/nice.c index 3b240c93..6da984df 100644 --- a/lib/libc/unistd/nice.c +++ b/lib/libc/unistd/nice.c @@ -3,6 +3,7 @@ int nice(int incr) { + (void)incr; // TODO: needs getpriority and setpriority from sys/resouce.h return 0; } |
