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/sparc/clone.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/sysdeps/linux/sparc/clone.S') diff --git a/libc/sysdeps/linux/sparc/clone.S b/libc/sysdeps/linux/sparc/clone.S index c1e587060..9d979d10d 100644 --- a/libc/sysdeps/linux/sparc/clone.S +++ b/libc/sysdeps/linux/sparc/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996, 1997, 1998, 2000, 2003, 2004, 2007 Free Software Foundation, Inc. - This file is part of the GNU C Library. Contributed by Richard Henderson (rth@tamu.edu). The GNU C Library is free software; you can redistribute it and/or @@ -24,9 +23,6 @@ #include #include -#define CLONE_VM 0x00000100 -#define CLONE_THREAD 0x00010000 - /* int clone(int (*fn)(void *arg), void *child_stack, int flags, void *arg, pid_t *ptid, void *tls, pid_t *ctid); */ -- cgit v1.2.3