summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/wolf/port/sys.h4
-rw-r--r--src/port/sys_internal.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h
index 75e1bb8..18188c9 100644
--- a/include/wolf/port/sys.h
+++ b/include/wolf/port/sys.h
@@ -31,7 +31,7 @@
#if defined LINUX
#if OS_MAJOR_VERSION == 2
-#if OS_MINOR_VERSION == 6
+#if OS_MINOR_VERSION == 9
#define _XOPEN_SOURCE 600
#define HAVE_STDBOOL_H
#define HAVE_STDINT_H
@@ -53,7 +53,7 @@
#endif /* defined OS_MINOR_VERSION == 6 */
#else
#if OS_MAJOR_VERSION == 3
-#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 16
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 19
#define _XOPEN_SOURCE 600
#define HAVE_STDBOOL_H
#define HAVE_STDINT_H
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index cf6940f..6183c5f 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -38,7 +38,7 @@
#endif /* defined OS_MINOR_VERSION == 6 */
#else
#if OS_MAJOR_VERSION == 3
-#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 16
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 19
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
#define HAVE_DLFCN