diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-10 09:40:23 +0000 |
commit | f17c2202e4238b7408b8ee8ab742e5d2198cff6e (patch) | |
tree | bb7302826f1e982e4e3010e8cceacd0dbf7d3fc1 /stdlib/Makefile | |
parent | 1a53c052c34ec4e934ba177b4f5bcf0b51be2ceb (diff) | |
download | glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.tar.gz glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.tar.xz glibc-f17c2202e4238b7408b8ee8ab742e5d2198cff6e.zip |
[BZ #710]
2005-02-09 Jakub Jelinek <jakub@redhat.com> [BZ #710] * stdlib/random_r.c (__initstate_r): Save old state. * stdlib/Makefile (tests): Add tst-random2. * stdlib/tst-random2.c: New test. Reported by Peter Bergner <bergner@vnet.ibm.com>. (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries for these mapping back to the above.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index a0c0e71704..fafe6061a0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -61,9 +61,9 @@ distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \ test-srcs := tst-fmtmsg tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ - tst-xpg-basename tst-random tst-bsearch tst-limits \ - tst-rand48 bug-strtod tst-setcontext test-a64l tst-qsort \ - tst-system testmb2 + tst-xpg-basename tst-random tst-random2 tst-bsearch \ + tst-limits tst-rand48 bug-strtod tst-setcontext \ + test-a64l tst-qsort tst-system testmb2 include ../Makeconfig |