summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2001-10-31 14:21:09 +0000
committerfgsch <fgsch@openbsd.org>2001-10-31 14:21:09 +0000
commit631653428680f66c53b05ae646790081be4ef022 (patch)
tree4a909fd73b524d62612ba3363c7a9b72f1859555 /lib/libc
parentChange the internal vc_mmap from returning int to paddr_t. (diff)
downloadwireguard-openbsd-631653428680f66c53b05ae646790081be4ef022.tar.xz
wireguard-openbsd-631653428680f66c53b05ae646790081be4ef022.zip
Add MLINK's for syslog_r and friends.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index a9f4aa563fc..1a185e03763 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.29 2001/07/31 06:03:22 krw Exp $
+# $OpenBSD: Makefile.inc,v 1.30 2001/10/31 14:21:09 fgsch Exp $
# gen sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen
@@ -119,7 +119,8 @@ MLINKS+=sigsetops.3 sigemptyset.3 sigsetops.3 sigfillset.3 \
sigsetops.3 sigismember.3
MLINKS+=strtofflags.3 fflagstostr.3
MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
- syslog.3 vsyslog.3
+ syslog.3 vsyslog.3 syslog.3 syslog_r.3 syslog.3 closelog_r.3 \
+ syslog.3 openlog_r.3 syslog.3 setlogmask_r.3 syslog.3 vsyslog_r.3
MLINKS+=tolower.3 _tolower.3
MLINKS+=toupper.3 _toupper.3
MLINKS+=ttyname.3 ttyname_r.3 ttyname.3 isatty.3 ttyname.3 ttyslot.3