]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
authorAndreas Schwab <schwab@suse.de>
Wed, 1 Jul 1998 01:42:09 +0000 (01:42 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 1 Jul 1998 01:42:09 +0000 (01:42 +0000)
not a strong alias.

sysdeps/unix/sysv/linux/m68k/sysdep.S

index 6008b23aa579a023e3b06c2f88a06e0b35354d53..717122ca01d39134ab8646d488816bcffc5be52d 100644 (file)
@@ -30,9 +30,7 @@
        .type errno,@object
 errno: .space 4
        .size errno,4
-       .globl _errno
-       .type _errno,@object
-_errno = errno /* This name is expected by hj's libc.so.5 startup code.  */
+weak_alias (errno, _errno)
        .text
 
 /* The following code is only used in the shared library when we
This page took 0.043335 seconds and 5 git commands to generate.