From c1cab843291f2377e0601dbe2cc1f04d279ffe4c Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 23 Sep 2017 20:13:20 +0200 Subject: [PATCH] Add _GNU_SOURCE define for pthread_[gs]etname_np on cygwin. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 455ea66d..bad03eb9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -CFLAGS := -g3 -Wall -fmerge-constants +CFLAGS := -g3 -Wall -fmerge-constants -D_GNU_SOURCE CXXFLAGS := $(CFLAGS) -std=gnu++14 DEFINES += INCLUDES :=