artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9defc0e
)
Delete superfluous/duplicated #includes
author
guenther
<guenther@openbsd.org>
Tue, 24 May 2022 22:36:58 +0000
(22:36 +0000)
committer
guenther
<guenther@openbsd.org>
Tue, 24 May 2022 22:36:58 +0000
(22:36 +0000)
lib/libc/arch/aarch64/sys/tfork_thread.S
patch
|
blob
|
history
diff --git
a/lib/libc/arch/aarch64/sys/tfork_thread.S
b/lib/libc/arch/aarch64/sys/tfork_thread.S
index
20e87b1
..
a1b3179
100644
(file)
--- a/
lib/libc/arch/aarch64/sys/tfork_thread.S
+++ b/
lib/libc/arch/aarch64/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 22:36:58 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"
/*