release a proxy process
#include <sys/proxy.h> int qnx_proxy_detach( pid_t proxy );
The qnx_proxy_detach() function releases the proxy process with ID proxy, which must be attached to your process or created by it. When a process dies, all proxies attached to it are removed.
errno, qnx_proxy_attach(), qnx_proxy_rem_detach(), Receive(), Send(), Trigger()
See qnx_proxy_attach().
QNX
QNX