diff options
author | kib <kib@FreeBSD.org> | 2016-05-14 09:43:28 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-05-14 09:43:28 +0000 |
commit | b8e76aa55c028d3c4cb0a5561172343c71757c2b (patch) | |
tree | a1bffd94f84d8c45ffc36642b11f92d3e3c394c8 /lib/libc | |
parent | 81aa6fe765bda9af6ee3903865aee45e7be044dc (diff) | |
download | FreeBSD-src-b8e76aa55c028d3c4cb0a5561172343c71757c2b.zip FreeBSD-src-b8e76aa55c028d3c4cb0a5561172343c71757c2b.tar.gz |
Add thr*.2 and _umtx_op.2 manpages to the build.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index e4fe1b2..64e18b8 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -301,6 +301,11 @@ MAN+= sctp_generic_recvmsg.2 \ sync.2 \ sysarch.2 \ syscall.2 \ + thr_exit.2 \ + thr_kill.2 \ + thr_new.2 \ + thr_self.2 \ + thr_set_name.2 \ timer_create.2 \ timer_delete.2 \ timer_settime.2 \ @@ -314,7 +319,8 @@ MAN+= sctp_generic_recvmsg.2 \ uuidgen.2 \ vfork.2 \ wait.2 \ - write.2 + write.2 \ + _umtx_op.2 MLINKS+=accept.2 accept4.2 MLINKS+=access.2 eaccess.2 \ @@ -440,6 +446,7 @@ MLINKS+=symlink.2 symlinkat.2 MLINKS+=syscall.2 __syscall.2 MLINKS+=timer_settime.2 timer_getoverrun.2 \ timer_settime.2 timer_gettime.2 +MLINKS+=thr_kill.2 thr_kill2.2 MLINKS+=truncate.2 ftruncate.2 MLINKS+=unlink.2 unlinkat.2 MLINKS+=utimensat.2 futimens.2 |