NAME

io_uring_unregister_files - unregister file descriptors

SYNOPSIS

#include <liburing.h>
int io_uring_unregister_files(struct io_uring *ring);

DESCRIPTION

The function unregisters the file descriptors previously registered to the ring.
 

RETURN VALUE

On success returns 0. On failure it returns -errno.

SEE ALSO

io_uring_register_files(3)

Recommended readings

Pages related to io_uring_unregister_files you should read also:

Questions & Answers

Helpful answers and articles about io_uring_unregister_files you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search