From: corinna Date: Tue, 18 Oct 2005 18:39:46 +0000 (+0000) Subject: * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1a986c190b63c62e073f908711b4bf8020abb05f;p=pf3gnuchains%2Fpf3gnuchains3x.git * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin. --- diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 26c40b8d43..a1350adb52 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2005-10-18 Corinna Vinschen + + * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin. + 2005-10-14 Jeff Johnston * libc/include/math.h (HUGE_VALF, HUGE_VALL): New. diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index af31ce670d..6754f1e9d2 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -88,6 +88,7 @@ extern "C" { # define _POSIX_THREAD_ATTR_STACKSIZE 1 # define _POSIX_SEMAPHORES 1 # define _POSIX_TIMERS 1 +# define _POSIX_MEMLOCK_RANGE 1 #endif #ifdef __cplusplus