From: Ulrich Drepper Date: Tue, 10 Jan 2006 17:58:26 +0000 (+0000) Subject: Add back accidently removed #endif. X-Git-Tag: upstream/2.30~15911 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=826b15640d1f3c8dc1db60ebc317b9023724fe1e;p=external%2Fglibc.git Add back accidently removed #endif. --- diff --git a/sysdeps/x86_64/bits/setjmp.h b/sysdeps/x86_64/bits/setjmp.h index f4d3dbb..c9b98b2 100644 --- a/sysdeps/x86_64/bits/setjmp.h +++ b/sysdeps/x86_64/bits/setjmp.h @@ -34,4 +34,6 @@ typedef long int __jmp_buf[8]; typedef int __jmp_buf[6]; # endif +#endif + #endif /* bits/setjmp.h */