CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/12/20 17:49:47
Modified files:
lib/librthread : Makefile rthread.h rthread_sync.c
Added files:
lib/librthread : rthread_mutexattr.c
Log message:
Split out the pthread_mutexattr_* functions from rthread_sync.c to
new file rthread_mutexattr.c. Add basic implementations of
pthread_mutexattr_{set,get}{protocol,prioceiling}
Requested by aja
