summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 22:43:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-03-28 22:43:35 +0000
commit0332291914a8f3b2bfae359580890e37e5e3cf15 (patch)
tree9ab85332fce2be2c84caddb320007791d33c7fb5 /lib/libc/compat-43
parent2a914185b409b936b41b4b002559746b937a4ea3 (diff)
sigblock.3 MLINK
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r--lib/libc/compat-43/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/compat-43/Makefile.inc b/lib/libc/compat-43/Makefile.inc
index 373e7f4ca4b..58227126664 100644
--- a/lib/libc/compat-43/Makefile.inc
+++ b/lib/libc/compat-43/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.3 1998/11/20 11:18:32 d Exp $
+# $OpenBSD: Makefile.inc,v 1.4 2000/03/28 22:43:34 deraadt Exp $
# compat-43 sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/compat-43 ${LIBCSRCDIR}/compat-43
@@ -12,3 +12,4 @@ MAN+= creat.3 getdtablesize.3 gethostid.3 killpg.3 setregid.3 setreuid.3 \
MLINKS+=setruid.3 setrgid.3
MLINKS+=gethostid.3 sethostid.3
+MLINKS+=sigblock.3 sigmask.3