diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-17 06:52:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-17 06:52:45 +0000 |
commit | 3ca97e8f0f08c85aecc08f5f171e46729e04911d (patch) | |
tree | 6a5d1517f52d649f0a46ba6dbf6bf1bf55b072d2 /stdlib/Makefile | |
parent | 26a026b94036e2e2a41a6693327d796cc82bdacd (diff) | |
download | glibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.tar.gz glibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.tar.xz glibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.zip |
Update.
* sysdeps/posix/system.c (do_system): Add support for installation of cancellation handlers. * sysdeps/unix/sysv/linux/i386/system.c: New file. * stdlib/Makefile (tests): Add tst-system. * stdlib/tst-system.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 90b6d8b1c8..4d471c911b 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -55,13 +55,14 @@ routines := \ # linked against when the shared library will be used. static-only-routines = atexit -distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \ +distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \ allocalim.h 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 +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 # Several mpn functions from GNU MP are used by the strtod function. |