diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2015-06-01 09:27:54 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2015-06-01 09:27:54 +0000 |
commit | 1fdeb73e5b7b52a35d59bca8d3c7b5424455a804 (patch) | |
tree | 631b166aeba29c61bdcee2571c66f6a8e98d472d /lib/libc/arch/amd64 | |
parent | 25a679c92d35083d83fdaf2740b7bb20f781d3e5 (diff) |
Put END() matching ENTRY().
Diffstat (limited to 'lib/libc/arch/amd64')
-rw-r--r-- | lib/libc/arch/amd64/sys/tfork_thread.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/amd64/sys/tfork_thread.S b/lib/libc/arch/amd64/sys/tfork_thread.S index cd9937fa168..0f67225830e 100644 --- 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) |