* libc/include/sys/features.h: Define _POSIX_MEMLOCK_RANGE for Cygwin.
This commit is contained in:
parent
a93b4154f1
commit
a92822b747
|
@ -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>
|
2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
|
* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
|
||||||
|
|
|
@ -88,6 +88,7 @@ extern "C" {
|
||||||
# define _POSIX_THREAD_ATTR_STACKSIZE 1
|
# define _POSIX_THREAD_ATTR_STACKSIZE 1
|
||||||
# define _POSIX_SEMAPHORES 1
|
# define _POSIX_SEMAPHORES 1
|
||||||
# define _POSIX_TIMERS 1
|
# define _POSIX_TIMERS 1
|
||||||
|
# define _POSIX_MEMLOCK_RANGE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue