diff options
author | 2004-09-18 19:21:46 +0000 | |
---|---|---|
committer | 2004-09-18 19:21:46 +0000 | |
commit | 73ad5d0105ae72a2c6411e8525413f786e0133ee (patch) | |
tree | cf24fb470562b4ef5eb5657c454477ca66362c65 /lib/libc/sys | |
parent | Oops, copy a pointer to ac_if, not the first bytes of the struct itself. (diff) | |
download | wireguard-openbsd-73ad5d0105ae72a2c6411e8525413f786e0133ee.tar.xz wireguard-openbsd-73ad5d0105ae72a2c6411e8525413f786e0133ee.zip |
MLINK to macros provided in wait.2
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 362313da162..e9c027f10c0 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.70 2004/09/16 08:37:46 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.71 2004/09/18 19:21:46 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -288,3 +288,6 @@ MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 MLINKS+=write.2 writev.2 write.2 pwrite.2 write.2 pwritev.2 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 |