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:
parent
238b4da2d8
commit
9cb8afa79a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user