summaryrefslogtreecommitdiff
path: root/csu/Versions
blob: 4ddf0d5b0b1b167355fc6e116139d41b177b30eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%include <tls.h>

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_PRIVATE {
    errno;
  }
}