2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>

* libc/include/sys/features.h: Enable UNIX98 mutex attributes
        for RTEMS.
This commit is contained in:
Jeff Johnston 2009-07-06 18:59:04 +00:00
parent 023c25829c
commit 394660ec2f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/include/sys/features.h: Enable UNIX98 mutex attributes
for RTEMS.
2009-07-03 Eric Blake <ebb9@byu.net>
Add mkdtemp, mkstemps.

View File

@ -73,6 +73,9 @@ extern "C" {
#define _POSIX_INTERRUPT_CONTROL 1
#define _POSIX_ADVISORY_INFO 1
/* UNIX98 added some new pthread mutex attributes */
#define _UNIX98_THREAD_MUTEX_ATTRIBUTES 1
#endif
/* XMK loosely adheres to POSIX -- 1003.1 */