diff options
Diffstat (limited to 'test/pthread')
-rw-r--r-- | test/pthread/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pthread/Makefile b/test/pthread/Makefile index 560a424cb..ef924ad1a 100644 --- a/test/pthread/Makefile +++ b/test/pthread/Makefile @@ -4,3 +4,5 @@ include ../Test.mak EXTRA_LDFLAGS := -lpthread + +LDFLAGS_cancellation-points := -lrt |