Browse Source

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>
Steve Bennett 11 years ago
parent
commit
bee4e25e3d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/sysdeps/linux/microblaze/bits/setjmp.h

+ 0 - 1
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 */