mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Add space inf weak_alias use.
This commit is contained in:
parent
3a980ecbe3
commit
8796ce2127
@ -77,7 +77,7 @@ _start:
|
||||
.end _start
|
||||
|
||||
/* For ECOFF backwards compatibility. */
|
||||
weak_alias(_start, __start)
|
||||
weak_alias (_start, __start)
|
||||
|
||||
/* Define a symbol for the first piece of initialized data. */
|
||||
.data
|
||||
|
@ -41,4 +41,4 @@ ENTRY(htonl)
|
||||
|
||||
END(htonl)
|
||||
|
||||
weak_alias(htonl, ntohl)
|
||||
weak_alias (htonl, ntohl)
|
||||
|
@ -37,4 +37,4 @@ ENTRY(htons)
|
||||
|
||||
END(htons)
|
||||
|
||||
weak_alias(htons, ntohs)
|
||||
weak_alias (htons, ntohs)
|
||||
|
@ -146,4 +146,4 @@ thread_start:
|
||||
|
||||
.end thread_start
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -41,7 +41,7 @@ ENTRY (__getcontext)
|
||||
ret
|
||||
|
||||
END(__getcontext)
|
||||
weak_alias(__getcontext, getcontext)
|
||||
weak_alias (__getcontext, getcontext)
|
||||
|
||||
|
||||
/* An internal routine used by getcontext and setcontext.
|
||||
|
@ -145,5 +145,5 @@ strong_alias(__getrusage_tv64, ____getrusage_tv64)
|
||||
default_symbol_version (____getrusage_tv64, __getrusage, GLIBC_2.1)
|
||||
default_symbol_version (__getrusage_tv64, getrusage, GLIBC_2.1)
|
||||
#else
|
||||
weak_alias(__getrusage, getrusage)
|
||||
weak_alias (__getrusage, getrusage)
|
||||
#endif
|
||||
|
@ -32,4 +32,4 @@
|
||||
PSEUDO(__setcontext, sigreturn, 1)
|
||||
ret
|
||||
PSEUDO_END(__setcontext)
|
||||
weak_alias(__setcontext, setcontext)
|
||||
weak_alias (__setcontext, setcontext)
|
||||
|
@ -29,5 +29,5 @@ PSEUDO(__sigsuspend, sigsuspend, 1)
|
||||
ret
|
||||
PSEUDO_END(__sigsuspend)
|
||||
libc_hidden_def (__sigsuspend)
|
||||
weak_alias(__sigsuspend, sigsuspend)
|
||||
weak_alias (__sigsuspend, sigsuspend)
|
||||
strong_alias (__sigsuspend, __libc_sigsuspend)
|
||||
|
@ -48,4 +48,4 @@ ENTRY(__swapcontext)
|
||||
#endif
|
||||
|
||||
END(__swapcontext)
|
||||
weak_alias(__swapcontext, swapcontext)
|
||||
weak_alias (__swapcontext, swapcontext)
|
||||
|
@ -74,4 +74,4 @@ $error:
|
||||
|
||||
END(__syscall)
|
||||
|
||||
weak_alias(__syscall, syscall)
|
||||
weak_alias (__syscall, syscall)
|
||||
|
@ -96,4 +96,4 @@ thread_start:
|
||||
|
||||
PSEUDO_END(__clone)
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -163,4 +163,4 @@ L(gotpid):
|
||||
|
||||
END(__thread_start)
|
||||
|
||||
weak_alias(__clone, clone)
|
||||
weak_alias (__clone, clone)
|
||||
|
@ -95,4 +95,4 @@ L(error):
|
||||
END(__vfork)
|
||||
|
||||
libc_hidden_def(__vfork)
|
||||
weak_alias(__vfork, vfork)
|
||||
weak_alias (__vfork, vfork)
|
||||
|
Loading…
Reference in New Issue
Block a user