Commit Graph

6 Commits

Author SHA1 Message Date
pfg
d3308bc0e9 include: General further adoption of SPDX licensing ID tags.
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.
2017-11-25 17:09:43 +00:00
kib
86d6a5f0ec Export the mq_getfd_np() symbol from librt.so, which allows to get
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
2016-10-02 17:02:59 +00:00
davidxu
0b3f84a7ea POSIX requires sigevent to be visible after mqueue.h is included. 2012-09-10 05:12:45 +00:00
davidxu
82fd7587da Add function __mq_oshandle() to get file handle of a mqueue. 2007-01-06 11:30:04 +00:00
davidxu
a016ed505c Fix compiling for c++, include cdefs.h. 2005-11-30 07:26:36 +00:00
davidxu
784c65c958 Bring in POSIX message queue header file. 2005-11-26 12:55:36 +00:00