Add _errno definition.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 17:14:15 +0000 (17:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 17:14:15 +0000 (17:14 +0000)
sysdeps/unix/alpha/sysdep.S

index fc5cc04..d79c48a 100644 (file)
@@ -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