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 --- src/port/sys_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf