summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:15:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:15:38 +0000
commite511f6d0cfd3265bd477287933eba90c2e0bf6a0 (patch)
tree640309f0274c4d8c836394896fc3c6c9eeddc49c /cpukit/ChangeLog
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e511f6d0cfd3265bd477287933eba90c2e0bf6a0.tar.bz2
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/mqueuetranslatereturncode.c: Include <rtems/posix/mqueue.h> (Missing prototypes). * posix/src/mutextranslatereturncode.c: Include <rtems/posix/mutex.h> (Missing prototypes). * posix/src/semaphoretranslatereturncode.c: Include <rtems/posix/semaphore.h> (Missing prototypes).
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 26f75cf6f8..6f660559b6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/mqueuetranslatereturncode.c:
+ Include <rtems/posix/mqueue.h> (Missing prototypes).
+ * posix/src/mutextranslatereturncode.c:
+ Include <rtems/posix/mutex.h> (Missing prototypes).
+ * posix/src/semaphoretranslatereturncode.c:
+ Include <rtems/posix/semaphore.h> (Missing prototypes).
* posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler
static.
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.