mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 05:32:18 +03:00
(SYSCALL_ERROR_HANDLER): Don't store into global errno if we already
store through __errno_location.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user