diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-27 11:16:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-27 11:16:24 +0000 |
commit | 980f13fc4095e11aa0a0b5914d4008f0ed1ae0d0 (patch) | |
tree | 9e160d5b96066aec22f9643ee86638b4fc60685c /libc/sysdeps/linux | |
parent | 5e143e6c4e7c15b26ecaad21fb61f2e2e2bf6942 (diff) |
Revenge of the Typo
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/i386/mmap64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/i386/mmap64.S b/libc/sysdeps/linux/i386/mmap64.S index b5d948878..141b839eb 100644 --- a/libc/sysdeps/linux/i386/mmap64.S +++ b/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. */ |