summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/sleep.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-17 08:44:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-17 08:44:32 +0000
commit2667645020a4322a2730e340302748f1b0c1a1ce (patch)
tree56ef34f7433c17222b3782c43033d53748ec1c9a /nptl/sysdeps/unix/sysv/linux/sleep.c
parentf60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3 (diff)
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/unix/sysv/linux/sleep.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/sleep.c2
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 0000000000..c56b49b39f
--- /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>