getopt: fix null pointer arithmetic ub
[musl] / src / thread / pthread_mutexattr_setrobust.c
2020-10-15 Rich Felkerdrop use of pthread_once in mutexattr kernel support...
2018-09-15 Rich Felkercheck for kernel support before allowing robust mutex...
2015-04-10 Rich Felkerprocess robust list in pthread_exit to fix detached...
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-08-16 Rich Felkerenable private futex for process-local robust mutexes
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2011-03-18 Rich Felkerimplement robust mutexes