aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/x86_64/Versions
blob: dfda8a5a01c4d5d5fd6e9ae6a08a6f678c1ca57c (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
libc {
  GLIBC_2.2.5 {
    arch_prctl; __arch_prctl;

    ioperm; iopl;

    modify_ldt;
  }
  GLIBC_PRIVATE {
    __modify_ldt;
  }
  GLIBC_2.3 {
    # f*
    fgetxattr; flistxattr; fremovexattr; fsetxattr;

    # g*
    getxattr;

    # l*
    listxattr;
    lgetxattr; llistxattr; lremovexattr; lsetxattr;

    # r*
    removexattr;

    # s*
    setxattr;
  }
}