[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 mmap64.S,1.1,1.2

Erik Andersen andersen at uclibc.org
Fri Jun 27 11:16:27 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/i386
In directory winder:/tmp/cvs-serv26510/libc/sysdeps/linux/i386

Modified Files:
	mmap64.S 
Log Message:
Revenge of the Typo


Index: mmap64.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/i386/mmap64.S,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mmap64.S	27 Jun 2003 08:23:23 -0000	1.1
+++ mmap64.S	27 Jun 2003 11:16:24 -0000	1.2
@@ -64,7 +64,7 @@
 	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.  */



More information about the uClibc-cvs mailing list