From b36a697070b59322c544609391e037242f453840 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 8 May 1997 20:09:21 +0000 Subject: make clock_gettime.cat2 --- lib/libc/sys/Makefile.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 4300ba128f6..cffd2b5c829 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -110,8 +110,9 @@ protolib.ln: ${LINT} ${LINTFLAGS} ${CFLAGS:M-[IDU]*} ${AINC} -i ${.IMPSRC} MAN+= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chflags.2 \ - chmod.2 chown.2 chroot.2 close.2 connect.2 dup.2 execve.2 _exit.2 \ - fcntl.2 flock.2 fork.2 fsync.2 getdirentries.2 getfh.2 getfsstat.2 \ + chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 connect.2 dup.2 \ + execve.2 _exit.2 fcntl.2 flock.2 fork.2 fsync.2 getdirentries.2 \ + getfh.2 getfsstat.2 \ getgid.2 getgroups.2 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 \ getpid.2 getpriority.2 getrlimit.2 getrusage.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 intro.2 issetugid.2 ioctl.2 \ @@ -138,6 +139,8 @@ MLINKS+=chflags.2 fchflags.2 MLINKS+=chmod.2 fchmod.2 MLINKS+=chown.2 fchown.2 MLINKS+=chown.2 lchown.2 +MLINKS+=clock_gettime.2 clock_settime.2 +MLINKS+=clock_gettime.2 clock_getres.2 MLINKS+=getgid.2 getegid.2 MLINKS+=getitimer.2 setitimer.2 MLINKS+=getlogin.2 setlogin.2 -- cgit v1.2.3