diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 07:51:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 07:51:02 +0000 |
commit | 8d74bceb3ee253ee4403c9182ad3470ebe0c92bd (patch) | |
tree | e542da0b7b3930396c06f3a13f5f6294ac83cd8e | |
parent | f212e8dcf8f5a94b91b2ca36a5f0e6823bd745d4 (diff) | |
download | glibc-8d74bceb3ee253ee4403c9182ad3470ebe0c92bd.tar.gz glibc-8d74bceb3ee253ee4403c9182ad3470ebe0c92bd.tar.xz glibc-8d74bceb3ee253ee4403c9182ad3470ebe0c92bd.zip |
(CFLAGS-pthread_cancel.c): Define.
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index bc17ba58ba..78d05f45e3 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -131,6 +131,7 @@ CFLAGS-pthread_join.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pthread_timedjoin.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pthread_cond_wait.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pthread_cond_timedwait.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pthread_cancel.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-cancellation.c = -fasynchronous-unwind-tables CFLAGS-libc-cancellation.c = -fasynchronous-unwind-tables |