Browse Source

Revenge of the Typo

Eric Andersen 22 years ago
parent
commit
980f13fc40
1 changed files with 1 additions and 1 deletions
  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.  */