]> git.ipfire.org Git - thirdparty/glibc.git/blob - csu/Versions
Cleanup of configuration options
[thirdparty/glibc.git] / csu / Versions
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 }