aboutsummaryrefslogtreecommitdiff
path: root/man/io_uring_unregister_files.3
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:36 +0000
commit04d90211ecab6b0ddadadcf6c182f4607b9b72a8 (patch)
treeebe9c872e416346e4b333e5062da32401c8e0a73 /man/io_uring_unregister_files.3
parentd53db6851ea17b2d219d084e1afc683b8b62b105 (diff)
parent1d27ff1934c5c4292dc00fba7f7f8ae411ed42f5 (diff)
downloadliburing-android14-mainline-uwb-release.tar.gz
Change-Id: Ic34ca4f84d38b3a9593603ab4791da9a91806588
Diffstat (limited to 'man/io_uring_unregister_files.3')
-rw-r--r--man/io_uring_unregister_files.327
1 files changed, 27 insertions, 0 deletions
diff --git a/man/io_uring_unregister_files.3 b/man/io_uring_unregister_files.3
new file mode 100644
index 0000000..c468d08
--- /dev/null
+++ b/man/io_uring_unregister_files.3
@@ -0,0 +1,27 @@
+.\" Copyright (C) 2021 Stefan Roesch <shr@fb.com>
+.\"
+.\" SPDX-License-Identifier: LGPL-2.0-or-later
+.\"
+.TH io_uring_unregister_files 3 "November 15, 2021" "liburing-2.1" "liburing Manual"
+.SH NAME
+io_uring_unregister_files \- unregister file descriptors
+.SH SYNOPSIS
+.nf
+.B #include <liburing.h>
+.PP
+.BI "int io_uring_unregister_files(struct io_uring *" ring ");"
+.fi
+.SH DESCRIPTION
+.PP
+The
+.BR io_uring_unregister_files (3)
+function unregisters the file descriptors previously registered to the
+.IR ring .
+
+.SH RETURN VALUE
+On success
+.BR io_uring_unregister_files (3)
+returns 0. On failure it returns
+.BR -errno .
+.SH SEE ALSO
+.BR io_uring_register_files (3)