*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ldr_xdetach | Section: 3 | Source: Digital UNIX | File: ldr_xdetach.3.gz
ldr_xdetach(3) Library Functions Manual ldr_xdetach(3) NAME ldr_xdetach - Detaches from an attached process LIBRARY Standard C Library (libc.a) SYNOPSIS #include <sys/types.h> #include <loader.h> int ldr_xdetach( ldr_process_t process ); PARAMETERS Specifies the process from which to detach. DESCRIPTION The ldr_xdetach() function detaches the calling process from process, with which it had been associated for cross-process loading and debug- ging. This procedure should be used only if a ldr_xattach() was previ- ously performed on the specified process. NOTES This function currently works only for the current process and the ker- nel. RETURN VALUES If the detach operation is a success, the function returns a value of 0 (zero). If the detach fails, the function returns a negative value and errno is set to indicate the error. ERRORS If the ldr_xdetach() function fails, errno may be set to the following value: The process identifier is invalid. Additional errors are possible from the underlying IPC mechanism. RELATED INFORMATION Functions: ldr_xattach(3) delim off ldr_xdetach(3)

Navigation Options