clarify the purpose of this project
[nyanglibc.git] / librt.versions.map
blobffdf368b1c2679b54a9656ae98dda4213084479d
1 GLIBC_2.2.5 {
2   global:
3     aio_cancel; aio_cancel64; aio_error; aio_error64; aio_fsync; aio_fsync64;
4     aio_init; aio_read; aio_read64; aio_return; aio_return64; aio_suspend;
5     aio_suspend64; aio_write; aio_write64; lio_listio; lio_listio64;
6     shm_open; shm_unlink;
7     timer_create; timer_delete; timer_getoverrun; timer_gettime;
8     timer_settime;
9   local:
10     *;
12 GLIBC_2.3.3 {
13   global:
14     timer_create; timer_delete; timer_getoverrun; timer_gettime;
15     timer_settime;
16 } GLIBC_2.2.5;
17 GLIBC_2.3.4 {
18   global:
19     mq_notify; mq_send; mq_receive; mq_timedsend; mq_timedreceive;
20     mq_open; mq_close; mq_unlink; mq_getattr; mq_setattr;
21 } GLIBC_2.3.3;
22 GLIBC_2.4 {
23   global:
24     lio_listio; lio_listio64;
25 } GLIBC_2.3.4;
26 GLIBC_2.7 {
27   global:
28     __mq_open_2;
29 } GLIBC_2.4;