mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove commented out reference to posix4/mqueue.h. It hasn't been installed
for 3 years, and now we have another (working) implementation of POSIX message queues elsewhere in the source tree.
This commit is contained in:
parent
72da70062f
commit
a8c06a09c4
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
|
|||
|
||||
MHDRS= float.h floatingpoint.h stdarg.h
|
||||
|
||||
# posix4/mqueue.h is useless without an implementation and isn't installed:
|
||||
PHDRS= sched.h semaphore.h _semaphore.h # mqueue.h
|
||||
PHDRS= sched.h semaphore.h _semaphore.h
|
||||
|
||||
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
|
||||
termios.h ucontext.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue