getopt: fix null pointer arithmetic ub
[musl] / src / mq / mq_notify.c
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...
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 Felkerimplement mq_notify
2011-06-07 Rich Felkeradd support for POSIX message queues, except mq_notify