diff options
Diffstat (limited to 'test/pthread/Makefile.in')
-rw-r--r-- | test/pthread/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index c50748d69..bd6b29b0c 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -6,3 +6,5 @@ TESTS_DISABLED += cancellation-points EXTRA_LDFLAGS := -lpthread LDFLAGS_cancellation-points := -lrt + +CFLAGS_tst-c99 := -std=c99 |