]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Noted use of atexit() for establishing function to be invoked on shared library
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 10:01:26 +0000 (10:01 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 23 Jun 2005 10:01:26 +0000 (10:01 +0000)
commit1b825ab4b4ec18e232c3482f8e94fb139af45589
treefee0e8d7c628b804bcb58cb3377e91aab9f6c609
parent87ed9800a4789d9beb748c63458b0e6d3fe8caf2
Noted use of atexit() for establishing function to be invoked on shared library
unload.
Noted that atexit()-registered functions are not invoked on abnormal
termination.
Formatting fixes.
man3/atexit.3