about summary refs log tree commit diff
path: root/stdlib/lrand48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/lrand48_r.c')
-rw-r--r--stdlib/lrand48_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c
index 8c20cf594b..de4dd99fea 100644
--- a/stdlib/lrand48_r.c
+++ b/stdlib/lrand48_r.c
@@ -22,7 +22,7 @@
 int
 lrand48_r (buffer, result)
      struct drand48_data *buffer;
-     long *result;
+     long int *result;
 {
   /* Be generous for the arguments, detect some errors.  */
   if (buffer == NULL)