summaryrefslogtreecommitdiff
path: root/resource/Versions
blob: 84f3a7976921f7fdac9b12f906b7e6b76947a192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
libc {
  GLIBC_2.0 {
    # g*
    getpriority; getrlimit; getrusage;

    # n*
    nice;

    # s*
    setpriority; setrlimit;

    # u*
    ulimit;

    # v*
    vlimit; vtimes;
  }
  GLIBC_2.1 {
    # g*
    getrlimit64;

    # s*
    setrlimit64;
  }
  GLIBC_PRIVATE {
    __getrlimit;
  }

  # Y2038 symbols are given their own version until they can be put in
  # the right place

  GLIBC_Y2038 {
    __getrusage_t64;
  }
}