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