From 3616c197cdb5b2a8a5ebf716c9691cb67373aaa3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Feb 1998 17:14:15 +0000 Subject: [PATCH] Add _errno definition. --- sysdeps/unix/alpha/sysdep.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index fc5cc04..d79c48a 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 -- 2.7.4