summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/nice.c')
-rw-r--r--otherlibs/unix/nice.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/otherlibs/unix/nice.c b/otherlibs/unix/nice.c
index dbd9805db..d89ea2a71 100644
--- a/otherlibs/unix/nice.c
+++ b/otherlibs/unix/nice.c
@@ -21,8 +21,7 @@
#include <sys/time.h>
#include <sys/resource.h>
-value unix_nice(incr)
- value incr;
+value unix_nice(value incr)
{
int prio;
errno = 0;
@@ -37,8 +36,7 @@ value unix_nice(incr)
#else
-value unix_nice(incr)
- value incr;
+value unix_nice(value incr)
{
int ret;
errno = 0;