summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1dc19ace60..7c7e3f136e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/shell/main_mount.c: Eliminate warning.
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>