diff options
author | 2004-02-16 16:49:58 +0000 | |
---|---|---|
committer | 2004-02-16 16:49:58 +0000 | |
commit | 96d6af9535b5333b8aec45ff7f328961d8729acf (patch) | |
tree | e063d83ea8b11160381425afaccef80005ed6f99 | |
parent | Correctly pass the siginfo_t structure to signal handlers. (diff) | |
download | wireguard-openbsd-96d6af9535b5333b8aec45ff7f328961d8729acf.tar.xz wireguard-openbsd-96d6af9535b5333b8aec45ff7f328961d8729acf.zip |
Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@
-rw-r--r-- | lib/libc/arch/arm/sys/Ovfork.S | 5 | ||||
-rw-r--r-- | lib/libc/arch/arm/sys/sigsuspend.S | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/arch/arm/sys/Ovfork.S b/lib/libc/arch/arm/sys/Ovfork.S index 6d23b51559c..49a81e6e8a8 100644 --- a/lib/libc/arch/arm/sys/Ovfork.S +++ b/lib/libc/arch/arm/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.3 2004/02/16 16:49:58 drahn Exp $ */ /* $NetBSD: Ovfork.S,v 1.6 2003/08/07 16:42:03 agc Exp $ */ /*- @@ -34,9 +34,6 @@ #include "SYS.h" -WARN_REFERENCES(vfork, \ - "warning: reference to compatibility vfork(); include <unistd.h> for correct reference") - /* * pid = vfork(); * diff --git a/lib/libc/arch/arm/sys/sigsuspend.S b/lib/libc/arch/arm/sys/sigsuspend.S index d791b1d7b35..74eea8b8b76 100644 --- a/lib/libc/arch/arm/sys/sigsuspend.S +++ b/lib/libc/arch/arm/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $OpenBSD: sigsuspend.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */ +/* $OpenBSD: sigsuspend.S,v 1.3 2004/02/16 16:49:58 drahn Exp $ */ /* $NetBSD: sigsuspend.S,v 1.6 2003/08/07 16:42:05 agc Exp $ */ /*- @@ -34,9 +34,6 @@ #include "SYS.h" -WARN_REFERENCES(sigsuspend, \ - "warning: reference to compatibility sigsuspend(); include <signal.h> for correct reference") - SYSENTRY(sigsuspend) ldr r0, [r0] SYSTRAP(sigsuspend) |