summaryrefslogtreecommitdiff
path: root/stdlib/mrand48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/mrand48_r.c')
-rw-r--r--stdlib/mrand48_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/mrand48_r.c b/stdlib/mrand48_r.c
index 0c9819a452..23c0a1562b 100644
--- a/stdlib/mrand48_r.c
+++ b/stdlib/mrand48_r.c
@@ -22,7 +22,7 @@
int
mrand48_r (buffer, result)
struct drand48_data *buffer;
- long *result;
+ long int *result;
{
/* Be generous for the arguments, detect some errors. */
if (buffer == NULL)