From 92430836ea09f9b7278542b87426c8ceb0aa0864 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Nov 2005 19:57:00 +0000 Subject: Paul Brook reports: fix build failure with newer binutils --- libc/sysdeps/linux/m68k/clone.S | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/m68k/clone.S b/libc/sysdeps/linux/m68k/clone.S index f2e0122da..916488146 100644 --- a/libc/sysdeps/linux/m68k/clone.S +++ b/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 #include #include @@ -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 - -- cgit v1.2.3