benchtests: Add random() benchmark
[glibc.git] / sysdeps / unix / sysv / linux / powerpc / powerpc32 / Versions
blob416e8db5ae7a8636c6548361e9c01669f2a09ee9
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;
11     # g*
12     glob64;
14     # New rlimit interface
15     getrlimit; setrlimit; getrlimit64; setrlimit64;
17     # r*
18     readdir64; readdir64_r;
20     # s*
21     scandir64;
22   }
23   GLIBC_2.3.3 {
24     setcontext; getcontext; swapcontext; makecontext;
25   }
26   GLIBC_2.3.4 {
27     getcontext;
28     longjmp;
29     makecontext;
30     setcontext;
31     siglongjmp;
32     swapcontext;
33   }
34   GLIBC_2.17 {
35     __ppc_get_timebase_freq;
36   }