From 48a686308ed85f7dc4c1742fcd5e8d2e5cf6ac3c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 6 Mar 1998 11:38:58 +0000 Subject: [PATCH] (SYSCALL_ERROR_HANDLER): Don't store into global errno if we already store through __errno_location. --- sysdeps/unix/alpha/sysdep.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index d79c48a..53fc454 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 -- 2.7.4