Add back accidently removed #endif.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Jan 2006 17:58:26 +0000 (17:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Jan 2006 17:58:26 +0000 (17:58 +0000)
sysdeps/x86_64/bits/setjmp.h

index f4d3dbb..c9b98b2 100644 (file)
@@ -34,4 +34,6 @@ typedef long int __jmp_buf[8];
 typedef int __jmp_buf[6];
 # endif
 
+#endif
+
 #endif  /* bits/setjmp.h */