lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | libc { |
| 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 | |
| 13 | librt { |
| 14 | GLIBC_2.1 { |
| 15 | # AIO functions. |
| 16 | aio_cancel; aio_cancel64; aio_error; aio_error64; aio_fsync; aio_fsync64; |
| 17 | aio_init; aio_read; aio_read64; aio_return; aio_return64; aio_suspend; |
| 18 | aio_suspend64; aio_write; aio_write64; lio_listio; lio_listio64; |
| 19 | } |
| 20 | GLIBC_2.2 { |
| 21 | # These have moved to libc and are still here only for compatibility. |
| 22 | clock_getres; clock_gettime; clock_settime; clock_getcpuclockid; |
| 23 | clock_nanosleep; |
| 24 | |
| 25 | # s* |
| 26 | shm_open; shm_unlink; |
| 27 | |
| 28 | # t* |
| 29 | timer_create; timer_delete; timer_getoverrun; timer_gettime; |
| 30 | timer_settime; |
| 31 | } |
| 32 | GLIBC_2.3.4 { |
| 33 | # m* |
| 34 | mq_open; mq_close; mq_unlink; mq_getattr; mq_setattr; |
| 35 | mq_notify; mq_send; mq_receive; mq_timedsend; mq_timedreceive; |
| 36 | } |
| 37 | GLIBC_2.7 { |
| 38 | __mq_open_2; |
| 39 | } |
| 40 | } |