summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-10-03 11:35:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-10-03 11:35:54 +0000
commite9a3bc8205d1c7ab9cd10032b773a974240e031f (patch)
treec8cce9f6fc581bea39fe9476e2b7ddbdc6db2107
parentd9a7988115eff4a5631699ac6291115e900ec654 (diff)
add missing MLINK for WEXITSTATUS.2
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 1d3a5e0188c..06b19696108 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.73 2005/06/17 20:37:31 drahn Exp $
+# $OpenBSD: Makefile.inc,v 1.74 2005/10/03 11:35:53 jmc Exp $
# $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/17/93
@@ -278,4 +278,4 @@ MLINKS+=select.2 FD_SET.3 select.2 FD_CLR.3
MLINKS+=select.2 FD_ISSET.3 select.2 FD_ZERO.3
MLINKS+=wait.2 WIFCONTINUED.2 wait.2 WIFEXITED.2
MLINKS+=wait.2 WIFSIGNALED.2 wait.2 WIFSTOPPED.2 wait.2 WTERMSIG.2
-MLINKS+=wait.2 WCOREDUMP.2 wait.2 WSTOPSIG.2
+MLINKS+=wait.2 WEXITSTATUS.2 wait.2 WCOREDUMP.2 wait.2 WSTOPSIG.2