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
string: Fix tester with fortify enabled
[glibc.git]
/
csu
/
Versions
blob
8e1b21948e8d7568c3e61caeaeb719cdaf110272
1
libc {
2
GLIBC_2.0 {
3
# helper functions
4
__libc_init_first; __libc_start_main;
5
}
6
GLIBC_2.1 {
7
# New special glibc functions.
8
gnu_get_libc_release; gnu_get_libc_version;
9
}
10
GLIBC_2.34 {
11
__libc_start_main;
12
}
13
GLIBC_PRIVATE {
14
errno;
15
}
16
}