about summary refs log tree commit diff
path: root/resource/Versions
blob: a45e684002b931c7d6a454c8932322c8e83e17ba (plain) (blame)
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
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_2.29 {
    __getrusage64;
  }
  GLIBC_PRIVATE {
    __getrlimit;
  }
}