Opened 8 years ago
Closed 8 years ago
#13324 closed bug (fixed)
pthread_mutex_get*() const parameter
Reported by: | korli | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
pthread_mutex_getprioceiling() pthread_mutexattr_getprioceiling() pthread_mutexattr_getprotocol() pthread_mutexattr_getpshared() pthread_mutexattr_gettype() should get a const parameter according to: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html
Note:
See TracTickets
for help on using tickets.
Fixed in hrev50969.