]> git.ipfire.org Git - thirdparty/glibc.git/blob - csu/Versions
time/tst-strftime2.c: Make the file easier to maintain
[thirdparty/glibc.git] / csu / Versions
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_PRIVATE {
11 errno;
12 }
13 }