]> git.ipfire.org Git - thirdparty/glibc.git/blame - csu/Versions
slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]
[thirdparty/glibc.git] / csu / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
b0b67c47 3 # helper functions
bb967344 4 __libc_init_first; __libc_start_main;
b0b67c47
UD
5 }
6 GLIBC_2.1 {
b0b67c47
UD
7 # New special glibc functions.
8 gnu_get_libc_release; gnu_get_libc_version;
9 }
d8b8842b 10 GLIBC_PRIVATE {
160bb409 11 errno;
160bb409 12 }
b0b67c47 13}