From: uebayasi Date: Mon, 1 Jun 2015 09:27:53 +0000 (+0000) Subject: Put END() matching ENTRY(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fdc9f3d7b6270279bea4b49cf0958cf85de3e839;p=openbsd Put END() matching ENTRY(). --- 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 * Copyright (c) 2003 Alan L. Cox @@ -91,3 +91,4 @@ ENTRY(__tfork_thread) #else jmp CERROR #endif +END(__tfork_thread)