From: Ulrich Drepper Date: Fri, 6 Mar 1998 11:38:58 +0000 (+0000) Subject: (SYSCALL_ERROR_HANDLER): Don't store into global errno if we already X-Git-Tag: glibc-2.16-ports-before-merge~3298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48a686308ed85f7dc4c1742fcd5e8d2e5cf6ac3c;p=thirdparty%2Fglibc.git (SYSCALL_ERROR_HANDLER): Don't store into global errno if we already store through __errno_location. --- diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index d79c48a9bf3..53fc454eb69 100644 --- a/sysdeps/unix/alpha/sysdep.S +++ b/sysdeps/unix/alpha/sysdep.S @@ -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