]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
network: recvmsg and sendmsg standard compliance (BZ#16919)
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc64 / Versions
1 libc {
2 GLIBC_2.2 {
3 # functions used in other libraries
4
5 # g*
6 glob64;
7
8 # New rlimit interface
9 getrlimit; setrlimit; getrlimit64; setrlimit64;
10
11 # r*
12 readdir64; readdir64_r;
13
14 # s*
15 scandir64;
16 }
17 GLIBC_2.3.4 {
18 getcontext;
19 setcontext;
20 swapcontext;
21 }
22 GLIBC_2.17 {
23 __ppc_get_timebase_freq;
24 }
25 GLIBC_2.24 {
26 recvmsg; sendmsg;
27 }
28 }
29
30 librt {
31 GLIBC_2.3.3 {
32 # Changed timer_t.
33 timer_create; timer_delete; timer_getoverrun; timer_gettime;
34 timer_settime;
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 }