Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
bee4e25e3d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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 */