diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-19 12:19:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-19 12:19:07 +0000 |
commit | e2d6080d4d663c4c8bee9df1d1b6a87fa1944a22 (patch) | |
tree | 2c2f42427ef6f02241a5a4ea442d8fbea50a9325 /libc/stdlib/Makefile | |
parent | 54d956c541aa6ea5a8e39d3db8bb3d4f3c9f4bb2 (diff) |
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
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r-- | libc/stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |