summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-06 14:46:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-06 14:46:36 +0000
commit8cdf733f5003255ae7914f0a3b01f744f4add517 (patch)
tree5e21140343adc5ae9c3424765c6d3659f6ffb6d1 /cpukit/ChangeLog
parent2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8cdf733f5003255ae7914f0a3b01f744f4add517.tar.bz2
2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am, posix/src/mutex.c, posix/src/mutexinit.c: Add initial support for the pthread mutex type attribute added by UNIX98. It can be normal, recursive, errorcheck or default. * posix/src/mutexattrgettype.c, posix/src/mutexattrsettype.c: New files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 95feb43712..3fdb5100f1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * posix/Makefile.am, posix/src/mutex.c, posix/src/mutexinit.c: Add
+ initial support for the pthread mutex type attribute added by UNIX98.
+ It can be normal, recursive, errorcheck or default.
+ * posix/src/mutexattrgettype.c, posix/src/mutexattrsettype.c: New files.
+
2009-07-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/taskinitusers.c: Restructure to eliminate dead check --