Browse Source

Revenge of the Typo

Eric Andersen 22 năm trước cách đây
mục cha
commit
980f13fc40
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libc/sysdeps/linux/i386/mmap64.S

+ 1 - 1
libc/sysdeps/linux/i386/mmap64.S

@@ -64,7 +64,7 @@ mmap64:
 	movl FLAGS(%esp), %esi
 	movl FD(%esp), %edi
 
-	movl $_NR_mmap2, %eax	/* System call number in %eax.  */
+	movl $__NR_mmap2, %eax	/* System call number in %eax.  */
 	int $0x80
 
 	/* Restore registers.  */