소스 검색

missed one of the __error names in changing to __syscall_error

Mike Frysinger 20 년 전
부모
커밋
e6b5b0f238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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