Public bug reported:

In the pthread.h header, the pthread_attr_getschedpolicy (pthread_attr_t
*attr, int *pol) function is declared without 'const' specifier of
pthread_attr_t argument. Correct definition should be:
pthread_attr_getschedpolicy (const pthread_attr_t *attr, int *pol);

** Affects: mingw-w64 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: mingw pthread

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1779391

Title:
  mingw-w64 pthread.h header: missing 'const' specifier in
  pthread_attr_getschedpolicy()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mingw-w64/+bug/1779391/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to