Sha256: 1da19eb3662ceefea383d365a099e81ee66c3263a75c1a5a1d2d9d3ddc4564bf

Contents?: true

Size: 651 Bytes

Versions: 8

Compression:

Stored size: 651 Bytes

Contents

.\" 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
.fi
.SH SYNOPSIS
.nf
.BR "#include <liburing.h>"
.PP
.BI "int io_uring_unregister_files(struct io_uring *ring)"
.PP
.SH DESCRIPTION
.PP
The io_uring_unregister_files() function unregisters
the file descriptors previously registered to the
.I ring.

.SH RETURN VALUE
On success
.BR io_uring_unregister_files (3)
returns 0. On failure it returns -errno.
.SH SEE ALSO
.BR io_uring_register_files (3)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
polyphony-0.94 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.93 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.92 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.91 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.90 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.89 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.87 vendor/liburing/man/io_uring_unregister_files.3
polyphony-0.86 vendor/liburing/man/io_uring_unregister_files.3