(SYSCALL_ERROR_HANDLER): Don't store into global errno if we already

store through __errno_location.
This commit is contained in:
Ulrich Drepper 1998-03-06 11:38:58 +00:00
parent 56d7f02931
commit 48a686308e

View File

@ -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