diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-09-19 01:13:31 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-09-19 01:13:31 +0000 |
| commit | fd9c81948b99b096f6215eff011705ebd6f317a0 (patch) | |
| tree | c560ddbc03e53a93debb2525668c6793c823fcbd /include | |
| parent | 4f68734dc61219c5876993c6159ecbcb037a2df3 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 14037a07fa15..42b1e6102465 100644 --- a/include/Makefile +++ b/include/Makefile @@ -27,7 +27,7 @@ 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 # aio.h +PHDRS= mqueue.h sched.h semaphore.h _semaphore.h # aio.h LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \ termios.h ucontext.h |
