Query: ldr_xdetach
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldr_xdetach(3) Library Functions Manual ldr_xdetach(3)NAMEldr_xdetach - Detaches from an attached processLIBRARYStandard C Library (libc.a)SYNOPSIS#include <sys/types.h> #include <loader.h> int ldr_xdetach( ldr_process_t process );PARAMETERSSpecifies the process from which to detach.DESCRIPTIONThe ldr_xdetach() function detaches the calling process from process, with which it had been associated for cross-process loading and debugging. This procedure should be used only if a ldr_xattach() was previously performed on the specified process.NOTESThis function currently works only for the current process and the kernel.RETURN VALUESIf 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.ERRORSIf 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 INFORMATIONFunctions: ldr_xattach(3) delim off ldr_xdetach(3)
Related Man Pages |
---|
setrgid(3) - osf1 |
getpgid(2) - osf1 |
mktimer(3) - osf1 |
setruid(3) - osf1 |
tcsetpgrp(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |