about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
blob: 0026730c17c325199ec3a580723c7f2ee1158a2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
libc {
  GLIBC_2.2 {
    # functions used in other libraries
    __xstat64; __fxstat64; __lxstat64;

    # g*
    glob64;

    # New rlimit interface
    getrlimit; setrlimit; getrlimit64; setrlimit64;

    # r*
    readdir64; readdir64_r;

    # s*
    scandir64; 
  }
}