summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-03 18:11:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-03 18:11:29 +0200
commitc1a3401a3383ee353f8102b593ed792fdccbc00e (patch)
treed6e27b5f5dbdb133350c9e7865842e80dab36f0d /src
parent127458e8672188f6891ba28ca17bbb575e07ec94 (diff)
downloadwolfbones-master.tar.gz
wolfbones-master.tar.bz2
updated for Linux 3.19HEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/port/sys_internal.h2
1 files changed, 1 insertions, 1 deletions
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