From c1a3401a3383ee353f8102b593ed792fdccbc00e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Apr 2015 18:11:29 +0200 Subject: updated for Linux 3.19 --- include/wolf/port/sys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wolf/port/sys.h') 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 -- cgit v1.2.3-54-g00ecf