diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 03:02:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 03:02:14 +0000 |
commit | 199d6eb060b474ad81bf24dd9ae53d99d5646b9d (patch) | |
tree | 2f6fb220498b79e41107f0f804fa3c35301ba1e6 /ChangeLog | |
parent | 3eea1bc969e4d5ba309e5fbd40e56196a002c54e (diff) | |
download | glibc-199d6eb060b474ad81bf24dd9ae53d99d5646b9d.tar.gz |
Update.
* malloc/Makefile (test-srcs): Add tst-mtrace.
(distribute): Add tst-mtrace.sh.
Add rule to run tst-mtrace.sh.
* malloc/tst-mtrace.c: New file.
* malloc/tst-mtrace.sh: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-07-06 Ulrich Drepper <drepper@redhat.com> + * malloc/Makefile (test-srcs): Add tst-mtrace. + (distribute): Add tst-mtrace.sh. + Add rule to run tst-mtrace.sh. + * malloc/tst-mtrace.c: New file. + * malloc/tst-mtrace.sh: New file. + * include/signal.h: Declare __libc_sigaction. * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction. * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias. |