diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-29 18:08:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-29 18:08:06 +0000 |
commit | d43f7f8146cdd8ec4e272f7949b6b7c7313acd43 (patch) | |
tree | a0ecb5bc37a496274dc53b84e97fd0a4ff1cb716 /lib | |
parent | d043415bf07759236381480875a024f88940bf3c (diff) |
futimes link; nakayosh@kcn.or.jp
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 521f78fedd4..69f7995a9bc 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -158,5 +158,6 @@ MLINKS+=stat.2 fstat.2 stat.2 lstat.2 MLINKS+=statfs.2 fstatfs.2 MLINKS+=syscall.2 __syscall.2 MLINKS+=truncate.2 ftruncate.2 +MLINKS+=utimes.2 futimes.2 MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 MLINKS+=write.2 writev.2 |