about summary refs log tree commit diff
path: root/stdlib/nrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/nrand48.c')
-rw-r--r--stdlib/nrand48.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/nrand48.c b/stdlib/nrand48.c
index a13b3ba643..e15f0c0e2e 100644
--- a/stdlib/nrand48.c
+++ b/stdlib/nrand48.c
@@ -20,8 +20,7 @@
 
 
 long int
-nrand48 (xsubi)
-     unsigned short int xsubi[3];
+nrand48 (unsigned short int xsubi[3])
 {
   long int result;