* libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.

This commit is contained in:
Corinna Vinschen 2005-10-18 18:39:46 +00:00
parent a93b4154f1
commit a92822b747
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-10-18 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.
2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.

View File

@ -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