From 980f13fc4095e11aa0a0b5914d4008f0ed1ae0d0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Jun 2003 11:16:24 +0000 Subject: Revenge of the Typo --- libc/sysdeps/linux/i386/mmap64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') 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. */ -- cgit v1.2.3