From a92822b74764fb7ff83517889cfa6b875c855250 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 18 Oct 2005 18:39:46 +0000 Subject: * libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin. --- newlib/libc/include/sys/features.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/include/sys/features.h') diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index af31ce670..6754f1e9d 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 -- cgit v1.2.3