Skip to content

Commit

Permalink
(CFLAGS-pthread_cancel.c): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jun 6, 2003
1 parent f212e8d commit 8d74bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nptl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d74bce

Please sign in to comment.