mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
Make _errno a weak alias, not a strong alias.
This commit is contained in:
parent
fd202ea4b7
commit
4c01c1dcf2
@ -24,11 +24,7 @@
|
||||
.type C_SYMBOL_NAME(errno),%object
|
||||
.size C_SYMBOL_NAME(errno),4
|
||||
C_SYMBOL_NAME(errno): .zero 4
|
||||
.globl C_SYMBOL_NAME(_errno)
|
||||
.type C_SYMBOL_NAME(_errno),%object
|
||||
/* This name is expected by hj's libc.so.5 startup code. It seems to be needed
|
||||
by pthreads as well. */
|
||||
C_SYMBOL_NAME(_errno) = C_SYMBOL_NAME(errno)
|
||||
weak_alias (C_SYMBOL_NAME(errno), C_SYMBOL_NAME(_errno))
|
||||
.text
|
||||
|
||||
/* The syscall stubs jump here when they detect an error.
|
||||
|
Loading…
Reference in New Issue
Block a user