summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-28 07:14:52 +0000
committerbde <bde@FreeBSD.org>2000-01-28 07:14:52 +0000
commit45880f1288ec5cf89b9981139b7c29e6c4020eef (patch)
tree6a6e1daac68206905fac78d4624418befc9c3632 /lib/libc
parentb728454c06249df268fb779037aa46b4ce70c0d0 (diff)
downloadFreeBSD-src-45880f1288ec5cf89b9981139b7c29e6c4020eef.zip
FreeBSD-src-45880f1288ec5cf89b9981139b7c29e6c4020eef.tar.gz
Install setflags.3 and its link to getflags.3.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 1cc09ba..7ab2689 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -45,7 +45,8 @@ MAN3+= alarm.3 arc4random.3 clock.3 \
glob.3 initgroups.3 isinf.3 \
ldexp.3 lockf.3 modf.3 msgctl.3 msgget.3 msgrcv.3 msgsnd.3 \
nice.3 nlist.3 pause.3 popen.3 psignal.3 pwcache.3 \
- raise.3 rand48.3 scandir.3 setjmp.3 setmode.3 siginterrupt.3 \
+ raise.3 rand48.3 scandir.3 setflags.3 \
+ setjmp.3 setmode.3 siginterrupt.3 \
signal.3 sigsetops.3 sleep.3 stringlist.3 \
sysconf.3 sysctl.3 syslog.3 tcgetpgrp.3 \
tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 time.3 times.3 timezone.3 \
@@ -100,6 +101,7 @@ MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
rand48.3 mrand48.3 rand48.3 nrand48.3 rand48.3 seed48.3 \
rand48.3 srand48.3
MLINKS+=scandir.3 alphasort.3
+MLINKS+=setflags.3 getflags.3
MLINKS+=setjmp.3 _longjmp.3 setjmp.3 _setjmp.3 setjmp.3 longjmp.3 \
setjmp.3 longjmperr.3 setjmp.3 longjmperror.3 \
setjmp.3 siglongjmp.3 setjmp.3 sigsetjmp.3
OpenPOWER on IntegriCloud