summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 15:39:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 15:39:09 +0000
commit51cec29e9eff1a1e3c6536577bdf64ed8b04440f (patch)
tree835e07a953031b9b5fe4cac066910e4eee9555a9 /cpukit/posix/include/rtems/posix/semaphore.h
parent2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-51cec29e9eff1a1e3c6536577bdf64ed8b04440f.tar.bz2
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/semaphore.h, posix/include/rtems/posix/semaphore.h: Move SEM_FAILED from private file to public file since it is defined by POSIX.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/semaphore.h')
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index fbd4d7c91c..5f232eea54 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -27,8 +27,6 @@ extern "C" {
#include <semaphore.h>
#include <rtems/score/coresem.h>
-#define SEM_FAILED (sem_t *) -1
-
/*
* Data Structure used to manage a POSIX semaphore
*/