OSDN Git Service

move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 9 Mar 2011 13:48:45 +0000 (14:48 +0100)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 9 Mar 2011 13:48:45 +0000 (14:48 +0100)
commit7aea441c8a240bd5a0717ec09ae8efc4878cd377
tree79883819b822ddb6e2c98ec2b814ab94df94e41e
parent1903a3babc27a717dcc2de743c3e70f673178b9f
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>
13 files changed:
include/stdlib.h
libc/stdlib/drand48-iter.c
libc/stdlib/drand48.c
libc/stdlib/erand48.c
libc/stdlib/erand48_r.c
libc/stdlib/jrand48.c
libc/stdlib/jrand48_r.c
libc/stdlib/lrand48.c
libc/stdlib/mrand48.c
libc/stdlib/nrand48.c
libc/stdlib/nrand48_r.c
libc/stdlib/seed48.c
libc/stdlib/srand48.c