[PATCH] microblaze/bits/setjmp.h: Fix stray #endif

Steve Bennett steveb at workware.net.au
Fri Sep 21 05:35:05 UTC 2012


Introduced in c53099f7

Signed-off-by: Steve Bennett <steveb at workware.net.au>
---
 libc/sysdeps/linux/microblaze/bits/setjmp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libc/sysdeps/linux/microblaze/bits/setjmp.h b/libc/sysdeps/linux/microblaze/bits/setjmp.h
index 5ae7381..b384878 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 */
-- 
1.7.11.3



More information about the uClibc mailing list