diff options
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | 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 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 */ |