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 2002-09-30 17:14:26 +00:00
parent 238b4da2d8
commit 9cb8afa79a

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