Query: ldr_atexit
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ldr_atexit(3) Library Functions Manual ldr_atexit(3)NAMEldr_atexit - Runs termination functions for shared librariesLIBRARYLibrary: standard C Library (libc.{a,so})SYNOPSISint ldr_atexit(void);DESCRIPTIONThe ldr_atexit() function runs termination functions for a process' shared libraries and executable file. These termination functions are determined when a shared library or shared executable file is linked and the functions are handled separately from atexit functions identi- fied by the atexit() call. The ldr_atexit() function is normally called by the exit() function, but it may also be called directly by an exit handler.RETURN VALUESIf the ldr_atexit operation is a success, the function returns a code of 0 (zero). If the operation fails, the function returns a negative error value and errno is set to indicate the error.RELATED INFORMATIONFunctions: exit(2), atexit(2) delim off ldr_atexit(3)
Related Man Pages |
---|
atexit_b(3) - mojave |
exit(2) - osf1 |
atexit(3) - centos |
atexit(2) - osf1 |
atexit(3) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
PHP Write Man Pages to MySQL DB |