]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
copy_file_range: New function to copy file data
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc32 / Versions
1 libc {
2 GLIBC_2.0 {
3 # Exception handling support functions from libgcc
4 __register_frame; __register_frame_table; __deregister_frame;
5 __frame_state_for; __register_frame_info_table;
6 }
7 GLIBC_2.2 {
8 # functions used in other libraries
9 __xstat64; __fxstat64; __lxstat64;
10
11 # g*
12 glob64;
13
14 # New rlimit interface
15 getrlimit; setrlimit; getrlimit64; setrlimit64;
16
17 # r*
18 readdir64; readdir64_r;
19
20 # s*
21 scandir64;
22 }
23 GLIBC_2.3.3 {
24 posix_fadvise64; posix_fallocate64;
25 setcontext; getcontext; swapcontext; makecontext;
26 }
27 GLIBC_2.3.4 {
28 setcontext; getcontext; swapcontext; makecontext;
29 }
30 GLIBC_2.11 {
31 fallocate64;
32 }
33 GLIBC_2.17 {
34 __ppc_get_timebase_freq;
35 }
36 }
37
38 libpthread {
39 GLIBC_2.3.4 {
40 longjmp; siglongjmp;
41 }
42 GLIBC_2.6 {
43 # Changed PTHREAD_STACK_MIN.
44 pthread_attr_setstack; pthread_attr_setstacksize;
45 }
46 }