From b80f4cbc3345ad7211f75e75e08c9978cb3fc1e8 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Feb 2006 09:37:12 +0000 Subject: Make use of bits/sched.h --- libc/sysdeps/linux/x86_64/clone.S | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/x86_64') diff --git a/libc/sysdeps/linux/x86_64/clone.S b/libc/sysdeps/linux/x86_64/clone.S index b93c2d9a4..2dc9a502c 100644 --- a/libc/sysdeps/linux/x86_64/clone.S +++ b/libc/sysdeps/linux/x86_64/clone.S @@ -23,9 +23,8 @@ #define _ERRNO_H 1 #include #include - -#define CLONE_VM 0x00000100 -#define CLONE_THREAD 0x00010000 +#define _SCHED_H +#include /* The userland implementation is: int clone (int (*fn)(void *arg), void *child_stack, int flags, void *arg), -- cgit v1.2.3