diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-10-22 15:17:21 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-11-10 19:18:53 +0000 |
| commit | 160b4b922b6021848b6b48afc894d16b879b7af2 (patch) | |
| tree | 690bdb64b4b282df69d5d20c97e415f7564c6f3e /include/Makefile | |
| parent | e5adb145f06e744e0205358d9a2657442dd623b1 (diff) | |
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index f5c0fc598b0c..1d6557cdad1e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -20,7 +20,8 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ netdb.h nl_types.h nlist.h nss.h nsswitch.h paths.h \ printf.h proc_service.h pthread.h \ pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \ - res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \ + res_update.h resolv.h runetype.h sched.h \ + search.h semaphore.h setjmp.h \ signal.h spawn.h stab.h stdalign.h stdbool.h stddef.h \ stdnoreturn.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h termios.h tgmath.h \ @@ -33,7 +34,7 @@ INCS+= vis.h MHDRS= float.h floatingpoint.h stdarg.h -PHDRS= sched.h _semaphore.h +PHDRS= _semaphore.h LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdatomic.h stdint.h \ syslog.h ucontext.h |
