mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 00:23:44 +08:00
Added #define for SEM_FAILED.
This commit is contained in:
@@ -23,6 +23,8 @@ extern "C" {
|
||||
|
||||
#include <rtems/score/coresem.h>
|
||||
|
||||
#define SEM_FAILED (sem_t *) -1
|
||||
|
||||
/*
|
||||
* Data Structure used to manage a POSIX semaphore
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user