[Bug 1099189] Re: Fwd: Missing pthread_mutexattr_t and related constants/APIs

2013-01-13 Thread prasad
I should have pasted this code $ cat pthread_mutex.c #include pthread.h int main() { pthread_mutex_t m; pthread_mutexattr_t attr; pthread_mutexattr_init(attr); pthread_mutexattr_setprotocol(attr, PTHREAD_PRIO_INHERIT); pthread_mutex_init(m, attr);

[Bug 1099189] Re: Fwd: Missing pthread_mutexattr_t and related constants/APIs

2013-01-13 Thread Fabio Marconi
** Changed in: ubuntu Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1099189 Title: Fwd: Missing pthread_mutexattr_t and related constants/APIs To manage notifications