]> git.ipfire.org Git - thirdparty/glibc.git/blame - rt/Versions
wcsmbs: Add wcscpy loop unroll option
[thirdparty/glibc.git] / rt / Versions
CommitLineData
6e6249d0
RM
1libc {
2 GLIBC_2.17 {
3 # c*
4 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
5 clock_nanosleep;
6 }
7 GLIBC_PRIVATE {
8 __clock_getres; __clock_gettime; __clock_settime; __clock_getcpuclockid;
9 __clock_nanosleep;
10 }
11}
12
b0b67c47
UD
13librt {
14 GLIBC_2.1 {
61952351
UD
15 # AIO functions.
16 aio_cancel; aio_cancel64; aio_error; aio_error64; aio_fsync; aio_fsync64;
bd355af0
UD
17 aio_init; aio_read; aio_read64; aio_return; aio_return64; aio_suspend;
18 aio_suspend64; aio_write; aio_write64; lio_listio; lio_listio64;
b0b67c47 19 }
6689a188 20 GLIBC_2.2 {
6e6249d0 21 # These have moved to libc and are still here only for compatibility.
6689a188 22 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
c000cdad 23 clock_nanosleep;
6689a188 24
a63be9f7
UD
25 # s*
26 shm_open; shm_unlink;
27
6689a188
UD
28 # t*
29 timer_create; timer_delete; timer_getoverrun; timer_gettime;
30 timer_settime;
31 }
1b82c6c7
UD
32 GLIBC_2.3.4 {
33 # m*
6d3aff23 34 mq_open; mq_close; mq_unlink; mq_getattr; mq_setattr;
1b82c6c7
UD
35 mq_notify; mq_send; mq_receive; mq_timedsend; mq_timedreceive;
36 }
3a50811c
UD
37 GLIBC_2.7 {
38 __mq_open_2;
39 }
b0b67c47 40}