From a8c06a09c4e5f1c3203d0875001609c3341bee4a Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Mon, 28 Nov 2005 03:21:58 +0000 Subject: [PATCH] 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. --- include/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index 4edd9043ef2..1a31eb6d37a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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