*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> ldr_atexit (3)              
Title
Content
Arch
Section
 

ldr_atexit(3)

Contents


NAME    [Toc]    [Back]

       ldr_atexit   -   Run   termination  functions  for  shared
       libraries

SYNOPSIS    [Toc]    [Back]

       int ldr_atexit(
               void );

LIBRARY    [Toc]    [Back]

       Standard C Library (libc)

DESCRIPTION    [Toc]    [Back]

       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 identified 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    [Toc]    [Back]

       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.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: exit(2), atexit(2)



                                                    ldr_atexit(3)
[ Back ]
 Similar pages
Name OS Title
dh_strip Linux strip executables, shared libraries, and some static libraries
ldd_pa HP-UX list dynamic dependencies of executable files or shared libraries
ldd HP-UX list dynamic dependencies of executable files or shared libraries
ldd_ia HP-UX list dynamic dependencies of executable files or shared libraries
intro IRIX introduction to SVR4 networking functions and libraries
ExtUtils::Liblist IRIX determine libraries to use and how to use them
intro FreeBSD introduction to the C libraries
intro OpenBSD introduction to the C libraries
collide IRIX look for name collisions between libraries
intro NetBSD introduction to the system libraries
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service