about summary refs log tree commit diff
path: root/csu/Versions
blob: 8e1b21948e8d7568c3e61caeaeb719cdaf110272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libc {
  GLIBC_2.0 {
    # helper functions
    __libc_init_first; __libc_start_main;
  }
  GLIBC_2.1 {
    # New special glibc functions.
    gnu_get_libc_release; gnu_get_libc_version;
  }
  GLIBC_2.34 {
    __libc_start_main;
  }
  GLIBC_PRIVATE {
    errno;
  }
}