Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 17 Jun 2003 08:44:32 +0000 (08:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 17 Jun 2003 08:44:32 +0000 (08:44 +0000)
commit2667645020a4322a2730e340302748f1b0c1a1ce
tree56ef34f7433c17222b3782c43033d53748ec1c9a
parentf60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3
Update.

2003-06-17  Ulrich Drepper  <drepper@redhat.com>

* tst-cancel4.c: Add tests for the socket and signal functions, pause.
Also test early cancellation before the thread reaches the cancellation
point.

* Makefile: Compile forward.c with exceptions.

* sysdeps/unix/sysv/linux/sleep.c: New file.
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/unix/sysv/linux/sleep.c [new file with mode: 0644]
nptl/tst-cancel4.c