Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Feb 2003 07:14:38 +0000 (07:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Feb 2003 07:14:38 +0000 (07:14 +0000)
commitdfdd294a2ac05a80908483846feb5343d4aac714
treec6c2fdabffcf5e81cdf69dc2f78f8b437be6df5f
parent2067577c713671471ec03c52425625d69a19d1b4
Update.

* Makefile: Add rules to build and run tst-atfork2 test.
* tst-atfork2.c: New file.
* tst-atfork2mod.c: New file.

* sysdeps/unix/sysv/linux/unregister-atfork.c
(__unregister_atfork): Free the memory allocated for the handlers
after removing them from the lists.

* sysdeps/unix/sysv/linux/register-atfork.c: Define memeory
cleanup function.

* tst-atfork1.c (do_test): Wait for the child we forked.
Report error in child.

* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Fix comment.
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/unix/sysv/linux/fork.c
nptl/sysdeps/unix/sysv/linux/register-atfork.c
nptl/sysdeps/unix/sysv/linux/unregister-atfork.c
nptl/tst-atfork1.c
nptl/tst-atfork2.c [new file with mode: 0644]
nptl/tst-atfork2mod.c [new file with mode: 0644]