summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-01 03:05:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-01 03:05:17 +0000
commite2e9d95b6d81e076a6daa1b28959746c87c1394f (patch)
tree6d33eaa5a8daef6fee150133b28938d3e1ef7518 /cpukit/ChangeLog
parent2011-11-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e2e9d95b6d81e076a6daa1b28959746c87c1394f.tar.bz2
2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/semopen.c: Use va_arg(..., mode_t) to retrieve mode.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4bbae755fc..ad939e27d0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * posix/src/semopen.c: Use va_arg(..., mode_t) to retrieve mode.
+
2011-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* librpc/src/rpc/clnt_udp.c (struct cu_data):