summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/microblaze
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2012-09-21 15:35:05 +1000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-11-12 12:43:11 +0100
commitbee4e25e3d88084ea2f5df5506a5436492812742 (patch)
tree400a5c599586801da36899750f3e574429978952 /libc/sysdeps/linux/microblaze
parente2d6bec249613a744bf6e1dc4afce4328d7240c3 (diff)
microblaze/bits/setjmp.h: Fix stray #endif
Introduced in c53099f7 Signed-off-by: Steve Bennett <steveb@workware.net.au> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/microblaze')
-rw-r--r--libc/sysdeps/linux/microblaze/bits/setjmp.h1
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 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 */