summaryrefslogtreecommitdiff
path: root/lib/libc/gen/Makefile.inc
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-10-31 14:21:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-10-31 14:21:10 +0000
commit50531253e086c3627b7029bda3971e1998635958 (patch)
tree262edcd9da053140bcd67983f2cbce0d098eb40b /lib/libc/gen/Makefile.inc
parenteda7aef3bf2957f7a91ba8fb2f75ab5797e8d1df (diff)
Add MLINK's for syslog_r and friends.
Diffstat (limited to 'lib/libc/gen/Makefile.inc')
-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