]> git.ipfire.org Git - thirdparty/glibc.git/blame - rt/Versions
rt: Move shm_open into libc
[thirdparty/glibc.git] / rt / Versions
CommitLineData
c6e7ec2f
FW
1libc {
2 GLIBC_2.2 {
3 shm_open;
4 }
5 GLIBC_2.34 {
6 shm_open;
7 }
8}
b0b67c47
UD
9librt {
10 GLIBC_2.1 {
f6b6e148
FW
11 aio_cancel;
12 aio_cancel64;
13 aio_error;
14 aio_error64;
15 aio_fsync;
16 aio_fsync64;
17 aio_init;
18 aio_read;
19 aio_read64;
20 aio_return;
21 aio_return64;
22 aio_suspend;
23 aio_suspend64;
24 aio_write;
25 aio_write64;
26 lio_listio;
27 lio_listio64;
b0b67c47 28 }
6689a188 29 GLIBC_2.2 {
f6b6e148
FW
30 shm_unlink;
31 timer_create;
32 timer_delete;
33 timer_getoverrun;
34 timer_gettime;
6689a188
UD
35 timer_settime;
36 }
1b82c6c7 37 GLIBC_2.3.4 {
f6b6e148
FW
38 mq_close;
39 mq_getattr;
40 mq_notify;
41 mq_open;
42 mq_receive;
43 mq_send;
44 mq_setattr;
45 mq_timedreceive;
46 mq_timedsend;
47 mq_unlink;
1b82c6c7 48 }
3a50811c
UD
49 GLIBC_2.7 {
50 __mq_open_2;
51 }
b0b67c47 52}