diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 14:48:45 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 14:48:45 +0100 |
commit | 7aea441c8a240bd5a0717ec09ae8efc4878cd377 (patch) | |
tree | 79883819b822ddb6e2c98ec2b814ab94df94e41e /libc/stdlib/jrand48_r.c | |
parent | 1903a3babc27a717dcc2de743c3e70f673178b9f (diff) |
move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h
Move them to a common header guarded by _LIBC
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/stdlib/jrand48_r.c')
-rw-r--r-- | libc/stdlib/jrand48_r.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdlib/jrand48_r.c b/libc/stdlib/jrand48_r.c index 24f7075f5..5652d1016 100644 --- a/libc/stdlib/jrand48_r.c +++ b/libc/stdlib/jrand48_r.c @@ -19,9 +19,6 @@ #include <stdlib.h> -extern int __drand48_iterate(unsigned short xsubi[3], - struct drand48_data *buffer) attribute_hidden; - int jrand48_r (unsigned short int xsubi[3], struct drand48_data *buffer, long int *result) { /* Compute next state. */ |