summaryrefslogtreecommitdiff
path: root/src/mq/mq_notify.c
AgeCommit message (Collapse)AuthorLines
2012-04-29fix longstanding missing static in mq_notify (namespace pollution)Rich Felker-1/+1
2011-06-25const correctness in mq_notifyRich Felker-1/+1
why did gcc allow this invalid assignment to compile in the first place?
2011-06-07implement mq_notifyRich Felker-2/+65
2011-06-07add support for POSIX message queues, except mq_notifyRich Felker-0/+10