Browse Source

need features.h

Mike Frysinger 18 years ago
parent
commit
88e3733c38
1 changed files with 3 additions and 2 deletions
  1. 3 2
      libc/sysdeps/linux/m68k/__longjmp.S

+ 3 - 2
libc/sysdeps/linux/m68k/__longjmp.S

@@ -4,11 +4,12 @@
 
 #define _ASM
 #define _SETJMP_H
+#include <features.h>
 #include <bits/setjmp.h>
 
-.globl __longjmp;
+.globl __longjmp
 .type  __longjmp,@function
-.align 4;                                                               \
+.align 4
 __longjmp:
 	moveal	%sp@(4), %a0
 	movel	%sp@(8), %d0