OSDN Git Service

Revenge of the Typo
authorEric Andersen <andersen@codepoet.org>
Fri, 27 Jun 2003 11:16:24 +0000 (11:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 27 Jun 2003 11:16:24 +0000 (11:16 -0000)
libc/sysdeps/linux/i386/mmap64.S

index b5d9488..141b839 100644 (file)
@@ -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.  */