Don't install mqueue.h, since it only makes things harder for porting

software when you provide prototypes for non-existent functions.
This commit is contained in:
Mike Barcroft 2002-09-30 17:14:26 +00:00
parent fc45d6c664
commit 793afc3a5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104219

View File

@ -26,8 +26,9 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
MHDRS= float.h floatingpoint.h stdarg.h varargs.h
# posix4/aio.h conflicts with dysons and isn't installed:
PHDRS= mqueue.h sched.h semaphore.h _semaphore.h # aio.h
# posix4/aio.h conflicts with dysons and isn't installed,
# posix4/mqueue.h is useless without an implementation and isn't installed:
PHDRS= sched.h semaphore.h _semaphore.h # aio.h mqueue.h
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
termios.h ucontext.h