From bee4e25e3d88084ea2f5df5506a5436492812742 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 21 Sep 2012 15:35:05 +1000 Subject: microblaze/bits/setjmp.h: Fix stray #endif Introduced in c53099f7 Signed-off-by: Steve Bennett Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/microblaze/bits/setjmp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/microblaze') diff --git a/libc/sysdeps/linux/microblaze/bits/setjmp.h b/libc/sysdeps/linux/microblaze/bits/setjmp.h index 5ae7381a0..b384878de 100644 --- a/libc/sysdeps/linux/microblaze/bits/setjmp.h +++ b/libc/sysdeps/linux/microblaze/bits/setjmp.h @@ -34,6 +34,5 @@ typedef struct /* Callee-saved registers r18-r31. */ int __regs[14]; } __jmp_buf[1]; -#endif #endif /* bits/setjmp.h */ -- cgit v1.2.3