Skip to content
Snippets Groups Projects
Commit 63b50f1e authored by deuce's avatar deuce
Browse files

Actualy, use the feature macros for the specific features we use...

POSIX for stdio and more.
BSD because BSD is awesome.
X/Open for timezone.
parent ec74a265
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ endif
# PThread-specific flags
ifeq ($(os),linux) # Linux
CFLAGS += -D_GNU_SOURCE
CFLAGS += -DPOSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_XOPEN_SOURCE=700
ifndef THREADS_ACTUALLY_WORK
CFLAGS += -D_THREAD_SUID_BROKEN
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment