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