* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
This commit is contained in:
parent
eba631d6a9
commit
c82479b1e3
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Mar 27 07:34:44 2002 Jason Tishler <jason@tishler.net>
|
||||||
|
|
||||||
|
* libc/include/sys/features.h (_POSIX_SEMAPHORES): New Cygwin define.
|
||||||
|
|
||||||
Tue Mar 26 17:17:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
Tue Mar 26 17:17:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||||
|
|
||||||
* libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
|
* libc/machine/sh/memcpy.S (Large): Fix alignment rounding.
|
||||||
|
|
|
@ -86,6 +86,7 @@ extern "C" {
|
||||||
# define _POSIX_THREAD_SAFE_FUNCTIONS 1
|
# define _POSIX_THREAD_SAFE_FUNCTIONS 1
|
||||||
# define _POSIX_THREAD_PRIORITY_SCHEDULING 1
|
# define _POSIX_THREAD_PRIORITY_SCHEDULING 1
|
||||||
# define _POSIX_THREAD_ATTR_STACKSIZE 1
|
# define _POSIX_THREAD_ATTR_STACKSIZE 1
|
||||||
|
# define _POSIX_SEMAPHORES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue