aboutsummaryrefslogtreecommitdiffstats
path: root/man/io_uring_prep_waitid.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/io_uring_prep_waitid.3')
-rw-r--r--man/io_uring_prep_waitid.37
1 files changed, 6 insertions, 1 deletions
diff --git a/man/io_uring_prep_waitid.3 b/man/io_uring_prep_waitid.3
index 011f2c9f..34e5abdd 100644
--- a/man/io_uring_prep_waitid.3
+++ b/man/io_uring_prep_waitid.3
@@ -14,7 +14,8 @@ io_uring_prep_waitid \- prepare a waitid request
.BI " idtype_t " idtype ","
.BI " id_t " id ","
.BI " siginfo_t *" infop ","
-.BI " int " options ");"
+.BI " int " options ","
+.BI " unsigned int " flags ");"
.fi
.SH DESCRIPTION
.PP
@@ -32,6 +33,10 @@ to specify the child state changes to wait for. Upon successful
return, it fills
.I infop
with information of the child process, if any.
+.I flags
+is io_uring specific modifier flags. They are currently unused, and hence
+.B 0
+should be passed.
This function prepares an async
.BR waitid (2)