artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d69aaee
)
Delete superfluous/duplicated #includes
author
guenther
<guenther@openbsd.org>
Tue, 24 May 2022 17:20:23 +0000
(17:20 +0000)
committer
guenther
<guenther@openbsd.org>
Tue, 24 May 2022 17:20:23 +0000
(17:20 +0000)
lib/libc/arch/arm/sys/tfork_thread.S
patch
|
blob
|
history
diff --git
a/lib/libc/arch/arm/sys/tfork_thread.S
b/lib/libc/arch/arm/sys/tfork_thread.S
index
d772458
..
9d7b76e
100644
(file)
--- a/
lib/libc/arch/arm/sys/tfork_thread.S
+++ b/
lib/libc/arch/arm/sys/tfork_thread.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: tfork_thread.S,v 1.
6 2020/10/19 17:57:40 naddy
Exp $ */
+/* $OpenBSD: tfork_thread.S,v 1.
7 2022/05/24 17:20:23 guenther
Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@openbsd.org>
*
@@
-14,8
+14,7
@@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/syscall.h>
-#include <machine/asm.h>
+
#include "SYS.h"
/*