]> git.ipfire.org Git - thirdparty/glibc.git/blame - csu/Versions
[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483,...
[thirdparty/glibc.git] / csu / Versions
CommitLineData
160bb409
RM
1%include <tls.h>
2
b0b67c47
UD
3libc {
4 GLIBC_2.0 {
b0b67c47 5 # helper functions
bb967344 6 __libc_init_first; __libc_start_main;
b0b67c47 7
11bf311e 8%if !HAVE___THREAD
160bb409
RM
9 # global variables
10 _errno;
11
b0b67c47 12 # variables in normal name space
bb967344 13 errno;
160bb409 14%endif
b0b67c47
UD
15 }
16 GLIBC_2.1 {
b0b67c47
UD
17 # New special glibc functions.
18 gnu_get_libc_release; gnu_get_libc_version;
19 }
d8b8842b 20 GLIBC_PRIVATE {
11bf311e 21%if HAVE___THREAD
160bb409
RM
22 # This version is for the TLS symbol, GLIBC_2.0 is the old object symbol.
23 errno;
24%endif
25 }
b0b67c47 26}