Explorar o código

missed one of the __error names in changing to __syscall_error

Mike Frysinger %!s(int64=21) %!d(string=hai) anos
pai
achega
e6b5b0f238
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/i386/mmap64.S

+ 1 - 1
libc/sysdeps/linux/i386/mmap64.S

@@ -87,7 +87,7 @@ L_einval:
 	popl %ebx
 	popl %ebp
 	movl $-EINVAL, %eax
-	jmp __error
+	jmp __syscall_error
 
 .size mmap64,.-mmap64