Interfaces for librt

The behavior of the interfaces in this library is specified by the following standards.

Large File Support[1]
CAE Specification, January 1997, System Interfaces and Headers (XSH), Issue 5 (ISBN: 1-85912-181-0, C606)[2]

Asynchronous I/O

Table 10-35. librt - Asynchronous I/O Function Interfaces

aio_cancel(GLIBC_2.1)[2]aio_read(GLIBC_2.1)[2]aio_write(GLIBC_2.1)[2]clock_settime(GLIBC_2.1)[2]timer_delete(GLIBC_2.1)[2]
aio_cancel64(GLIBC_2.1)[1]aio_read64(GLIBC_2.1)[1]aio_write64(GLIBC_2.1)[1]lio_listio(GLIBC_2.1)[2]timer_getoverrun(GLIBC_2.1)[2]
aio_error(GLIBC_2.1)[2]aio_return(GLIBC_2.1)[2]clock_getcpuclockid(GLIBC_2.1)[2]lio_listio64(GLIBC_2.1)[1]timer_gettime(GLIBC_2.1)[2]
aio_error64(GLIBC_2.1)[1]aio_return64(GLIBC_2.1)[1]clock_getres(GLIBC_2.1)[2]shm_open(GLIBC_2.1)[2]timer_settime(GLIBC_2.1)[2]
aio_fsync(GLIBC_2.1)[2]aio_suspend(GLIBC_2.1)[2]clock_gettime(GLIBC_2.1)[2]shm_unlink(GLIBC_2.1)[2] 
aio_fsync64(GLIBC_2.1)[1]aio_suspend64(GLIBC_2.1)[1]clock_nanosleep(GLIBC_2.1)[2]timer_create(GLIBC_2.1)[2] 

Notes

[1]

Large File Support

[2]

CAE Specification, January 1997, System Interfaces and Headers (XSH), Issue 5 (ISBN: 1-85912-181-0, C606)