artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32440d
)
Put END() matching ENTRY().
author
uebayasi
<uebayasi@openbsd.org>
Mon, 1 Jun 2015 09:27:53 +0000
(09:27 +0000)
committer
uebayasi
<uebayasi@openbsd.org>
Mon, 1 Jun 2015 09:27:53 +0000
(09:27 +0000)
lib/libc/arch/amd64/sys/tfork_thread.S
patch
|
blob
|
history
diff --git
a/lib/libc/arch/amd64/sys/tfork_thread.S
b/lib/libc/arch/amd64/sys/tfork_thread.S
index
cd9937f
..
0f67225
100644
(file)
--- a/
lib/libc/arch/amd64/sys/tfork_thread.S
+++ b/
lib/libc/arch/amd64/sys/tfork_thread.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: tfork_thread.S,v 1.
4 2015/04/21 01:24:28 guenther
Exp $ */
+/* $OpenBSD: tfork_thread.S,v 1.
5 2015/06/01 09:27:53 uebayasi
Exp $ */
/*-
* Copyright (c) 2000 Peter Wemm <peter@FreeBSD.org>
* Copyright (c) 2003 Alan L. Cox <alc@cs.rice.edu>
@@
-91,3
+91,4
@@
ENTRY(__tfork_thread)
#else
jmp CERROR
#endif
+END(__tfork_thread)