diff options
Diffstat (limited to 'libc/stdlib/jrand48_r.c')
-rw-r--r-- | libc/stdlib/jrand48_r.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/stdlib/jrand48_r.c b/libc/stdlib/jrand48_r.c index 8ea3d09bd..86d1ba363 100644 --- a/libc/stdlib/jrand48_r.c +++ b/libc/stdlib/jrand48_r.c @@ -19,6 +19,9 @@ #include <stdlib.h> +extern int __drand48_iterate(unsigned short xsubi[3], + struct drand48_data *buffer); + int jrand48_r (xsubi, buffer, result) unsigned short int xsubi[3]; struct drand48_data *buffer; |