summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-10 14:18:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-10 14:18:18 +0000
commitf5d2c1b1adc5686a69919888c2e3a09e6943f2c2 (patch)
treefc31ece28586832d8effd2fb2623c9e3a881e1dc /lib
parent8c4b3e0ef2b77a3cc87bec18dfc886e9d9737f51 (diff)
MLINKS to macros described in stat(2)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 855ef5fcec7..0e4494d2a69 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.78 2006/06/14 19:55:24 otto Exp $
+# $OpenBSD: Makefile.inc,v 1.79 2006/10/10 14:18:17 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/17/93
@@ -270,6 +270,8 @@ MLINKS+=setresuid.2 getresgid.2 setresuid.2 getresuid.2
MLINKS+=setresuid.2 setresgid.2
MLINKS+=shmat.2 shmdt.2
MLINKS+=stat.2 fstat.2 stat.2 lstat.2
+MLINKS+=stat.2 S_ISBLK.2 stat.2 S_ISCHR.2 stat.2 S_ISDIR.2
+MLINKS+=stat.2 S_ISFIFO.2 stat.2 S_ISLNK.2 stat.2 S_ISREG.2 stat.2 S_ISSOCK.2
MLINKS+=statfs.2 fstatfs.2
MLINKS+=syscall.2 __syscall.2
MLINKS+=truncate.2 ftruncate.2