aboutsummaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-22 16:27:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-22 16:27:22 +0000
commitea83223c5cb7dbfbb37169baebf702484e79f014 (patch)
tree3cc2d1a941c3067eb1021bd6309c85190108d254 /stdlib/Makefile
parent3749640d8ccd1686f887efabf2cceded8a20e2c1 (diff)
downloadglibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar
glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.gz
glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.tar.bz2
glibc-ea83223c5cb7dbfbb37169baebf702484e79f014.zip
Update.
2000-08-22 Ulrich Drepper <drepper@redhat.com> * stdlib/random_r.c: Cleanups. * stdlib/tst-random.c: New file. * stdlib/Makefile (tests): Add tst-random. Patches by Michael Fischer <fischer-michael@cs.yale.edu>. * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index de6800ae8d..65df53d3cb 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -52,7 +52,7 @@ routines := \
distribute := exit.h grouping.h abort-instr.h isomac.c
tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
test-canon test-canon2 tst-strtoll tst-environ \
- tst-xpg-basename
+ tst-xpg-basename tst-random
# Several mpn functions from GNU MP are used by the strtod function.