diff options
Diffstat (limited to 'stdlib/srand48_r.c')
-rw-r--r-- | stdlib/srand48_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/srand48_r.c b/stdlib/srand48_r.c index 7e77d1675a..ac313f6c48 100644 --- a/stdlib/srand48_r.c +++ b/stdlib/srand48_r.c @@ -44,7 +44,7 @@ srand48_r (seedval, buffer) else { buffer->X[2] = seedval; - buffer->X[1] = 0x330e0000; + buffer->X[1] = 0x330e0000UL; buffer->X[0] = 0; } |