mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 08:51:06 +00:00
(SYSCALL_ERROR_HANDLER): Don't store into global errno if we already
store through __errno_location.
This commit is contained in:
parent
56d7f02931
commit
48a686308e
@ -48,9 +48,6 @@ __syscall_error:
|
||||
.mask 0x4000001, -16
|
||||
.prologue 1
|
||||
|
||||
/* Store into the "real" variable. */
|
||||
stl v0, errno
|
||||
|
||||
/* Find our per-thread errno address */
|
||||
jsr ra, __errno_location
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user