From b6cd19ea89d80ae90d1ac130b14496bc588f0972 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Mar 2012 21:29:37 +0100 Subject: retested on Linux 3.2 with tcc (git version!) and pcc (Cvs version) --- include/wolf/port/sys.h | 2 +- src/port/sys_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wolf/port/sys.h b/include/wolf/port/sys.h index c75d1c1..7c6f7bf 100644 --- a/include/wolf/port/sys.h +++ b/include/wolf/port/sys.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 <= 1 +#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 2 #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 fe73608..0bee61b 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 <= 1 +#if OS_MINOR_VERSION >= 0 && OS_MINOR_VERSION <= 2 #define HAVE_LOCK_F #define HAVE_LOCALTIME_R #define HAVE_DLFCN -- cgit v1.2.3-54-g00ecf