[Glibc-bsd-commits] r2537 - trunk/glibc-ports/kfreebsd/i386

Petr Salinger ps-guest at alioth.debian.org
Mon May 25 06:41:02 UTC 2009


Author: ps-guest
Date: 2009-05-25 06:41:02 +0000 (Mon, 25 May 2009)
New Revision: 2537

Modified:
   trunk/glibc-ports/kfreebsd/i386/sys_freebsd6_lseek.S
   trunk/glibc-ports/kfreebsd/i386/sys_lseek.S
Log:
correct informative count of passed parameters



Modified: trunk/glibc-ports/kfreebsd/i386/sys_freebsd6_lseek.S
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/sys_freebsd6_lseek.S	2009-05-25 06:40:37 UTC (rev 2536)
+++ trunk/glibc-ports/kfreebsd/i386/sys_freebsd6_lseek.S	2009-05-25 06:41:02 UTC (rev 2537)
@@ -21,7 +21,7 @@
 /* lseek returns a 64-bit result in %eax, %edx.  This means that in the
    error case we have to set both %eax and %edx to -1.  */
 
-PSEUDO_NOERRNO(__syscall_freebsd6_lseek, freebsd6_lseek, 3)
+PSEUDO_NOERRNO(__syscall_freebsd6_lseek, freebsd6_lseek, 4)
         jnb L(no_error)
 	call SYSCALL_ERROR_LABEL;
 	orl $-1, %edx;

Modified: trunk/glibc-ports/kfreebsd/i386/sys_lseek.S
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/sys_lseek.S	2009-05-25 06:40:37 UTC (rev 2536)
+++ trunk/glibc-ports/kfreebsd/i386/sys_lseek.S	2009-05-25 06:41:02 UTC (rev 2537)
@@ -21,7 +21,7 @@
 /* lseek returns a 64-bit result in %eax, %edx.  This means that in the
    error case we have to set both %eax and %edx to -1.  */
 
-PSEUDO_NOERRNO(__syscall_lseek, lseek, 4)
+PSEUDO_NOERRNO(__syscall_lseek, lseek, 3)
         jnb L(no_error)
 	call SYSCALL_ERROR_LABEL;
 	orl $-1, %edx;




More information about the Glibc-bsd-commits mailing list