aboutsummaryrefslogtreecommitdiff
path: root/include/mqueue.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-021-1/+3
| | | | | | | | | | | | | | file descriptor for the given posix mqueue. Export the timer_oshandle_np() symbol to get ktimer id for the given posix timer. Requested by: Lewis Donzis <lew@perftech.com> Reviewed by: jilles Discussed with: kan Sponsored by: The FreeBSD Foundation MFC after: 1 week Notes: svn path=/head/; revision=306588
* POSIX requires sigevent to be visible after mqueue.h is included.David Xu2012-09-101-1/+1
| | | | Notes: svn path=/head/; revision=240297
* Add function __mq_oshandle() to get file handle of a mqueue.David Xu2007-01-061-0/+2
| | | | Notes: svn path=/head/; revision=165828
* Fix compiling for c++, include cdefs.h.David Xu2005-11-301-0/+3
| | | | Notes: svn path=/head/; revision=152950
* Bring in POSIX message queue header file.David Xu2005-11-261-0/+51
Notes: svn path=/head/; revision=152830