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/Makefile | |
parent | f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3 (diff) | |
download | glibc-2667645020a4322a2730e340302748f1b0c1a1ce.tar.gz glibc-2667645020a4322a2730e340302748f1b0c1a1ce.tar.xz glibc-2667645020a4322a2730e340302748f1b0c1a1ce.zip |
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/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 38e11c01d7..74a2f7e3e4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -150,6 +150,10 @@ CFLAGS-libc-cancellation.c = -fasynchronous-unwind-tables # function. CFLAGS-pthread_exit.c = -fexceptions +# Among others, __pthread_unwind is forwarded. This function must handle +# exceptions. +CFLAGS-forward.c = -fexceptions + # The following are cancellation points. Some of the functions can # block and therefore temporarily enable asynchronous cancellation. # Those must be compiled asynchronous unwind tables. |