From: Ulrich Drepper Date: Wed, 4 Mar 1998 11:43:12 +0000 (+0000) Subject: (_errno): Add in addition to __errno. X-Git-Tag: cvs/before-sparc-2_0_x-branch~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9429c6ace7c1beb7fca25a3c2d069d98458c1a9e;p=thirdparty%2Fglibc.git (_errno): Add in addition to __errno. --- diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index fc5cc0436bc..d79c48a9bf3 100644 --- a/sysdeps/unix/alpha/sysdep.S +++ b/sysdeps/unix/alpha/sysdep.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1996, 1998 Free Software Foundation, Inc. Contributed by Brendan Kehoe (brendan@zen.org). The GNU C Library is free software; you can redistribute it and/or @@ -29,6 +29,8 @@ errno: .space 4 #endif .globl __errno __errno = errno + .globl _errno +_errno = errno .text .align 2