Close the filedes obtained with the name_open() call
#include <sys/dispatch.h> int name_close( int filedes );
libc
The name_close() function closes the filedes obtained with the name_open() call.
Zero for success, or -1 if an error occurs (errno is set).
See name_open().
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
close(), ConnectDetach(), name_attach(), name_detach(), name_open()