diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-01-28 07:14:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-28 07:14:52 +0000 |
| commit | ff246fc369436ec0f7c890fb61880f6c1a949175 (patch) | |
| tree | 9661c644592782fc972aada33a948e08c742b687 /lib/libc | |
| parent | 21bac31e5543c05d2ab1d817b81032340cdd690a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index 1cc09ba3ba41..7ab2689e3fc3 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 |
