summary refs log tree commit diff
path: root/stdlib/drand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/drand48.c')
-rw-r--r--stdlib/drand48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/drand48.c b/stdlib/drand48.c
index 1745be8e48..6371b0be84 100644
--- a/stdlib/drand48.c
+++ b/stdlib/drand48.c
@@ -20,7 +20,7 @@
 
 
 double
-drand48 ()
+drand48 (void)
 {
   double result;