aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mqueue.h
Commit message (Collapse)AuthorAgeFilesLines
* Last step to make mq_notify conform to POSIX standard, If the processDavid Xu2005-11-301-0/+5
| | | | | | | | has successfully attached a notification request to the message queue via a queue descriptor, file closing should remove the attachment. Notes: svn path=/head/; revision=152948
* Bring in mqueue.h to define struct mq_attr.David Xu2005-11-261-0/+40
Notes: svn path=/head/; revision=152828