about summary refs log tree commit diff
path: root/src/mq/mq_notify.c
Commit message (Collapse)AuthorAgeFilesLines
* fix longstanding missing static in mq_notify (namespace pollution)Rich Felker2012-04-291-1/+1
|
* const correctness in mq_notifyRich Felker2011-06-251-1/+1
| | | | why did gcc allow this invalid assignment to compile in the first place?
* implement mq_notifyRich Felker2011-06-071-2/+65
|
* add support for POSIX message queues, except mq_notifyRich Felker2011-06-071-0/+10