Forráskód Böngészése

Revenge of the Typo

Eric Andersen 22 éve
szülő
commit
980f13fc40
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.  */