summaryrefslogtreecommitdiff
path: root/src/mq/mq_notify.c
AgeCommit message (Collapse)AuthorFilesLines
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