1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Clean-ip TLS symbol versions. [_]__tls_get_addr function is part of

the platform ABI and as such does not belong in FBSDprivate.

__libc_tls_* functions do not have to be visible to outside world
at all.
This commit is contained in:
Alexander Kabaev 2007-04-09 22:48:08 +00:00
parent 6db107202a
commit 445eba04a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168556
2 changed files with 2 additions and 6 deletions

View File

@ -312,6 +312,7 @@ FBSD_1.0 {
tcdrain;
tcflush;
tcflow;
__tls_get_addr;
ualarm;
ulimit;
uname;
@ -429,12 +430,6 @@ FBSDprivate {
_sleep;
_rtld_allocate_tls;
_rtld_free_tls;
__libc_allocate_tls;
__libc_free_tls;
___tls_get_addr; # x86 only
___libc_tls_get_addr; # x86 only
__libc_tls_get_addr;
__tls_get_addr;
__tcdrain;
_tcdrain;
__usleep;

View File

@ -46,6 +46,7 @@ FBSD_1.0 {
i386_set_watch;
i386_vm86;
sbrk;
___tls_get_addr;
};
FBSDprivate {