瀏覽代碼

dont need sysdep.h

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;