summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutexattrgettype.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-07-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-171-1/+7
| | | | | * posix/src/mutexattrgettype.c: Restructure a bit to make code coverage analysis easier.
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-061-0/+39
* 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.