Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Mar 2004 05:25:48 +0000 (05:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Mar 2004 05:25:48 +0000 (05:25 +0000)
commit8b9d605485be779bb03778e780e9875525ec2ca4
tree38c566c233a1d11a10b2bb68a488dfd9e17e9b04
parent9363dbb847a7e29d1abfffabc59fb142cf956df2
Update.

2004-02-09  Jakub Jelinek  <jakub@redhat.com>

* posix/Makefile (tests): Add tst-vfork2.
* posix/tst-vfork1.c (do_test): Fix comment.
* posix/tst-vfork2.c: New test.
15 files changed:
ChangeLog
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/i386/vfork.S
nptl/sysdeps/unix/sysv/linux/raise.c
nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S
nptl/tst-vfork1.c [new file with mode: 0644]
nptl/tst-vfork1x.c [new file with mode: 0644]
nptl/tst-vfork2.c [new file with mode: 0644]
nptl/tst-vfork2x.c [new file with mode: 0644]
posix/Makefile
posix/tst-vfork1.c
posix/tst-vfork2.c [new file with mode: 0644]