]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_errno): Add in addition to __errno.
authorUlrich Drepper <drepper@redhat.com>
Wed, 4 Mar 1998 11:43:12 +0000 (11:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 4 Mar 1998 11:43:12 +0000 (11:43 +0000)
sysdeps/unix/alpha/sysdep.S

index fc5cc0436bc24800693a7f539006d19c9fdb26e3..d79c48a9bf380e8935aef749955dfc9b46ef3c80 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