getopt: fix null pointer arithmetic ub
[musl] / src / mq /
2023-02-12 Rich Felkermq_notify: block all (application) signals in the worke...
2023-02-12 Rich Felkermq_notify: join worker thread before returning in error...
2023-02-12 Rich Felkermq_notify: rework to fix use-after-close/double-close...
2023-02-11 Rich Felkermq_notify: use semaphore instead of barrier to sync...
2019-07-28 Rich Felkermq_timedsend, mq_timedreceive: add time64, decouple...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-04-29 Rich Felkerfix longstanding missing static in mq_notify (namespace...
2011-06-25 Rich Felkerconst correctness in mq_notify
2011-06-07 Rich Felkermq names without leading / have impl-def behavior;...
2011-06-07 Rich Felkermq send/recv functions are cancellation points
2011-06-07 Rich Felkerimplement mq_notify
2011-06-07 Rich Felkeradd support for POSIX message queues, except mq_notify