summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-09-02 17:05:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-09-02 17:05:46 +0200
commit127458e8672188f6891ba28ca17bbb575e07ec94 (patch)
tree7185ab567b7140564884120161b9658bfc4cf208 /src
parentb838e201a9a23e866cbfd2aef852b269b56fe09b (diff)
downloadwolfbones-127458e8672188f6891ba28ca17bbb575e07ec94.tar.gz
wolfbones-127458e8672188f6891ba28ca17bbb575e07ec94.tar.bz2
updated for Linux 3.16
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 0046773..cf6940f 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 <= 15
+#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 16
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
#define HAVE_DLFCN