[git commit] microblaze/bits/setjmp.h: Fix stray #endif
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Mon Nov 12 11:43:11 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=bee4e25e3d88084ea2f5df5506a5436492812742
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Introduced in c53099f7
Signed-off-by: Steve Bennett <steveb at workware.net.au>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/sysdeps/linux/microblaze/bits/setjmp.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
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 */
More information about the uClibc-cvs
mailing list