Browse Source

Paul Brook reports: fix build failure with newer binutils

Mike Frysinger 18 years ago
parent
commit
92430836ea
1 changed files with 1 additions and 4 deletions
  1. 1 4
      libc/sysdeps/linux/m68k/clone.S

+ 1 - 4
libc/sysdeps/linux/m68k/clone.S

@@ -5,6 +5,7 @@
    and invokes a function in the right context after its all over.  */
 
 #define _ERRNO_H
+#include <features.h>
 #include <bits/errno.h>
 #include <sys/syscall.h>
 
@@ -12,9 +13,6 @@
 
 .text
 .align 4
-.type	clone,@function
-.globl	clone;
-clone:
 .type	__clone,@function
 .globl	__clone;
 __clone:
@@ -82,4 +80,3 @@ thread_start:
 #else
 	.set clone,__clone
 #endif
-