Searched refs:__aio_error (Results 1 – 1 of 1) sorted by relevance
| /rt/ |
| A D | aio_error.c | 35 __aio_error (const struct aiocb *aiocbp) in __aio_error() function 49 versioned_symbol (libc, __aio_error, aio_error, GLIBC_2_34); 50 versioned_symbol (libc, __aio_error, aio_error64, GLIBC_2_34); 52 compat_symbol (librt, __aio_error, aio_error, GLIBC_2_1); 53 compat_symbol (librt, __aio_error, aio_error64, GLIBC_2_1); 56 strong_alias (__aio_error, aio_error) 57 weak_alias (__aio_error, aio_error64)
|
Completed in 10 milliseconds