From 94e5ab630be58fa6d008fbfa735492bd6ce2a568 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Mar 2002 23:38:40 +0000 Subject: Merge in an ugly pile of rand* functions from glibc. :( --- libc/stdlib/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libc/stdlib/Makefile') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 63f2298e9..32c24a0d2 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -38,8 +38,11 @@ MSRC2=atexit.c MOBJ2=atexit.o on_exit.o __exit_handler.o exit.o CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c bsearch.c \ - mkstemp.c putenv.c rand.c random.c setenv.c system.c div.c ldiv.c \ - getpt.c ptsname.c grantpt.c unlockpt.c gcvt.c + mkstemp.c putenv.c rand.c random.c setenv.c system.c div.c \ + ldiv.c getpt.c ptsname.c grantpt.c unlockpt.c gcvt.c +CSRC+= drand48.c drand48-iter.c drand48_r.c erand48.c erand48_r.c \ + jrand48.c jrand48_r.c lrand48.c lrand48_r.c mrand48.c mrand48_r.c \ + nrand48.c nrand48_r.c rand_r.c srand48.c srand48_r.c ifeq ($(HAS_FLOATING_POINT),true) CSRC += strtod.c endif -- cgit v1.2.3