notion: unhide SA_RESTART

This commit is contained in:
c0dev0id
2023-02-19 16:38:26 +01:00
parent 53ae8d4ef8
commit 38f24e18f0
3 changed files with 12 additions and 3 deletions

View File

@@ -30,3 +30,12 @@ Index: system-autodetect.mk
# Cygwin needs this. Also when you disable _BSD_SOURCE you may need it.
#DEFINES += -DCF_NO_GETLOADAVG
@@ -199,7 +199,7 @@ POSIX_SOURCE?=-D_POSIX_C_SOURCE=200112L
BSD_SOURCE?=-D_BSD_SOURCE
# Most systems
-XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
+#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
# SunOS, (Irix)
#XOPEN_SOURCE=-D__EXTENSIONS__