Revert {send,sendm,recv,recvm}msg conformance changes
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc64 / Versions
bloba8e88b89db8763b08c41a73c52b30eced53396a5
1 libc {
2   GLIBC_2.2 {
3     # functions used in other libraries
5     # g*
6     glob64;
8     # New rlimit interface
9     getrlimit; setrlimit; getrlimit64; setrlimit64;
11     # r*
12     readdir64; readdir64_r;
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   }
27 librt {
28   GLIBC_2.3.3 {
29     # Changed timer_t.
30     timer_create; timer_delete; timer_getoverrun; timer_gettime;
31     timer_settime;
32   }
35 libpthread {
36   GLIBC_2.3.4 {
37     longjmp; siglongjmp;
38   }
39   GLIBC_2.6 {
40     # Changed PTHREAD_STACK_MIN.
41     pthread_attr_setstack; pthread_attr_setstacksize;
42   }