| 1 | #define lio_listio64 __renamed_lio_listio64 |
|---|---|
| 2 | |
| 3 | #include "../../../../pthread/lio_listio.c" |
| 4 | |
| 5 | #undef lio_listio64 |
| 6 | |
| 7 | #if SHLIB_COMPAT (librt, GLIBC_2_1, GLIBC_2_4) |
| 8 | strong_alias (__lio_listio_21, __lio_listio64_21) |
| 9 | compat_symbol (librt, __lio_listio64_21, lio_listio64, GLIBC_2_1); |
| 10 | #endif |
| 11 | |
| 12 | strong_alias (__lio_listio_item_notify, __lio_listio64_item_notify) |
| 13 | versioned_symbol (librt, __lio_listio64_item_notify, lio_listio64, GLIBC_2_4); |
| 14 |