summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2008-03-29 10:06:30 +0000
committerjeff <jeff@FreeBSD.org>2008-03-29 10:06:30 +0000
commit7ab14d8a9655c2af550caf9457b712cc77a3522a (patch)
treed1f2ab3412616a541073882142e3445f79e5508a /lib/libc/sys/Makefile.inc
parent43963c5cfaf5dd778dc967d53b014678d2cf8d16 (diff)
downloadFreeBSD-src-7ab14d8a9655c2af550caf9457b712cc77a3522a.zip
FreeBSD-src-7ab14d8a9655c2af550caf9457b712cc77a3522a.tar.gz
- Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hook
it up to the build. Reviewed by: brueffer (skeleton and formatting assistance)
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 90ac144..880ba9b 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -63,7 +63,7 @@ MAN+= _exit.2 abort2.2 accept.2 access.2 acct.2 adjtime.2 \
aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
bind.2 brk.2 chdir.2 chflags.2 \
chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
- connect.2 dup.2 execve.2 extattr_get_file.2 \
+ connect.2 cpuset.2 dup.2 execve.2 extattr_get_file.2 \
fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \
getdirentries.2 getdtablesize.2 \
getfh.2 getfsstat.2 getgid.2 getgroups.2 getitimer.2 getlogin.2 \
@@ -104,6 +104,7 @@ MLINKS+=chflags.2 fchflags.2 chflags.2 lchflags.2
MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
MLINKS+=clock_gettime.2 clock_getres.2 clock_gettime.2 clock_settime.2
+MLINKS+=cpuset.2 cpuset_setid.2 cpuset.2 cpuset_getid.2
MLINKS+=dup.2 dup2.2
MLINKS+=extattr_get_file.2 extattr.2 \
extattr_get_file.2 extattr_delete_fd.2 \
OpenPOWER on IntegriCloud