Mike Frysinger 19 роки тому
батько
коміт
b979ec6f20
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      libc/sysdeps/linux/x86_64/syscall.S

+ 0 - 3
libc/sysdeps/linux/x86_64/syscall.S

@@ -16,8 +16,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sysdep.h>
-
 /* Please consult the file sysdeps/unix/sysv/linux/x86-64/sysdep.h for
    more information about the value -4095 used below.  */
 
@@ -25,7 +23,6 @@
    We need to do some arg shifting, the syscall_number will be in
    rax.  */
 
-
 .globl syscall;
 .type	syscall,@function;
 .align 16;