summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-07 21:18:30 +0000
committermike <mike@FreeBSD.org>2002-10-07 21:18:30 +0000
commit981ed72beb07b0fb850b85d0874740b8f80b564a (patch)
tree088c4164e0e74ace741754e419e9a3dbeee0e3f0 /include
parent01d6c8879f4812409a6cb8eaf385da5d0e666bfe (diff)
downloadFreeBSD-src-981ed72beb07b0fb850b85d0874740b8f80b564a.zip
FreeBSD-src-981ed72beb07b0fb850b85d0874740b8f80b564a.tar.gz
Remove duplicate uninstalled aio.h header.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index ef1af38..b79204a 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -26,9 +26,8 @@ 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,
# posix4/mqueue.h is useless without an implementation and isn't installed:
-PHDRS= sched.h semaphore.h _semaphore.h # aio.h mqueue.h
+PHDRS= sched.h semaphore.h _semaphore.h # mqueue.h
LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
termios.h ucontext.h
OpenPOWER on IntegriCloud