From 3094aaa2f55622cb3fa85967ff1341831437f2d2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 20 Jul 2017 20:30:28 +0200 Subject: cleanup unused defines and includes from clone.S --- libc/sysdeps/linux/xtensa/clone.S | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libc/sysdeps/linux/xtensa/clone.S') diff --git a/libc/sysdeps/linux/xtensa/clone.S b/libc/sysdeps/linux/xtensa/clone.S index 913ec5a5f..ebfdcc1f6 100644 --- a/libc/sysdeps/linux/xtensa/clone.S +++ b/libc/sysdeps/linux/xtensa/clone.S @@ -22,7 +22,6 @@ #define _ERRNO_H 1 #include #define __ASSEMBLY__ -#include /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg, a2 a3 a4 a5 @@ -69,10 +68,6 @@ ENTRY (__clone) .Lthread_start: -#if CLONE_THREAD != 0x00010000 || CLONE_VM != 0x00000100 -# error invalid values for CLONE_THREAD or CLONE_VM -#endif - /* start child thread */ movi a0, 0 /* terminate the stack frame */ -- cgit v1.2.3