summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys/features.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-10-18 18:39:46 +0000
committerCorinna Vinschen <corinna@vinschen.de>2005-10-18 18:39:46 +0000
commita92822b74764fb7ff83517889cfa6b875c855250 (patch)
tree5114da4d7220ca2c6438fcb77745d977a54294b3 /newlib/libc/include/sys/features.h
parenta93b4154f1212b54d0658557e914003ea5b06b0e (diff)
downloadcygnal-a92822b74764fb7ff83517889cfa6b875c855250.tar.gz
cygnal-a92822b74764fb7ff83517889cfa6b875c855250.tar.bz2
cygnal-a92822b74764fb7ff83517889cfa6b875c855250.zip
* libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.
Diffstat (limited to 'newlib/libc/include/sys/features.h')
-rw-r--r--newlib/libc/include/sys/features.h1
1 files changed, 1 insertions, 0 deletions
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