This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Close the file descriptor returned by name_open()
#include <sys/iofunc.h> #include <sys/dispatch.h> int name_close( int filedes );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
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 the "Client side of the code" section in name_attach().
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
close(), ConnectDetach(), name_attach(), name_detach(), name_open()