]> git.ipfire.org Git - thirdparty/man-pages.git/commit
io_getevents.2: Use syscall(SYS_...); for system calls without a wrapper
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 10 May 2021 17:55:15 +0000 (19:55 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 11 May 2021 05:18:08 +0000 (17:18 +1200)
commit8b4c942c508ac80f6c6eec4d51fd5824b44a5c9b
tree9ed33db06a7fdb2b58ac9774f92960eaaf6fffce
parent950d1738ef91a2b6dde2d8eb61276b972c4657ff
io_getevents.2: Use syscall(SYS_...); for system calls without a wrapper

In this case there's a wrapper provided by libaio,
but this page documents the raw syscall.

Also remove <linux/time.h> from the includes: 'struct timespec'
is already documented in system_data_types(7), where the
information is more up to date.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/io_getevents.2