repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PowerPC: unify math_ldbl.h implementations
[glibc.git]
/
csu
/
Versions
blob
4ddf0d5b0b1b167355fc6e116139d41b177b30eb
1
%include <tls.h>
2
3
libc {
4
GLIBC_2.0 {
5
# helper functions
6
__libc_init_first; __libc_start_main;
7
}
8
GLIBC_2.1 {
9
# New special glibc functions.
10
gnu_get_libc_release; gnu_get_libc_version;
11
}
12
GLIBC_PRIVATE {
13
errno;
14
}
15
}