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
4ff9397acd
commit
75b4a96462
@ -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…
x
Reference in New Issue
Block a user