From e2d6080d4d663c4c8bee9df1d1b6a87fa1944a22 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Mar 2002 12:19:07 +0000 Subject: Merge glibc random, which gets us a much better RNG and a reentrant one as well. It is not much bigger than what we had, so... -Erik --- libc/stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/Makefile') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 8d7f949df..71136c2fa 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -38,7 +38,7 @@ 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 \ + mkstemp.c putenv.c rand.c random.c random_r.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 \ -- cgit v1.2.3