*** 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_atexit | Section: 3 | Source: Digital UNIX | File: ldr_atexit.3.gz
ldr_atexit(3) Library Functions Manual ldr_atexit(3) NAME ldr_atexit - Runs termination functions for shared libraries LIBRARY Library: standard C Library (libc.{a,so}) SYNOPSIS int ldr_atexit(void); DESCRIPTION The 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 VALUES If 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 INFORMATION Functions: exit(2), atexit(2) delim off ldr_atexit(3)

Navigation Options