diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-17 08:44:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-17 08:44:32 +0000 |
commit | 2667645020a4322a2730e340302748f1b0c1a1ce (patch) | |
tree | 56ef34f7433c17222b3782c43033d53748ec1c9a /nptl/sysdeps | |
parent | f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3 (diff) | |
download | glibc-2667645020a4322a2730e340302748f1b0c1a1ce.zip glibc-2667645020a4322a2730e340302748f1b0c1a1ce.tar.gz glibc-2667645020a4322a2730e340302748f1b0c1a1ce.tar.bz2 |
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.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/sleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/sleep.c b/nptl/sysdeps/unix/sysv/linux/sleep.c new file mode 100644 index 0000000..c56b49b --- /dev/null +++ b/nptl/sysdeps/unix/sysv/linux/sleep.c @@ -0,0 +1,2 @@ +#include <nptl/pthreadP.h> +#include <sysdeps/unix/sysv/linux/sleep.c> |