diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2017-07-20 20:30:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-07-28 18:57:13 +0200 |
commit | 3094aaa2f55622cb3fa85967ff1341831437f2d2 (patch) | |
tree | 4e8ad0b3f577caacca2b48ac7b6e34a77dae79a6 /libc/sysdeps/linux/i386/clone.S | |
parent | c876d8a2cd0e7e1ac585abfbe0067a26cd7ea932 (diff) |
cleanup unused defines and includes from clone.S
Diffstat (limited to 'libc/sysdeps/linux/i386/clone.S')
-rw-r--r-- | libc/sysdeps/linux/i386/clone.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S index 68e87b567..ec1aeeaf1 100644 --- a/libc/sysdeps/linux/i386/clone.S +++ b/libc/sysdeps/linux/i386/clone.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2000,02,03,04,2005 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 |