]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/_exit.2
_exit.2: Open stdio frames are not flushed, temporary files are deleted
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jun 2015 10:55:49 +0000 (12:55 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 10 Jun 2015 10:55:49 +0000 (12:55 +0200)
commit29c4533cd3193ef03b6299faad12e07b52cb46bb
treeb409445a9c047afcd0122d22ba3d87e3a01e049a
parentebfc3611348bf2162bd61d07b7ad34b3966d4ce2
_exit.2: Open stdio frames are not flushed, temporary files are deleted

Many years ago, text was added to the page saying that it is
implementation-dependent whether stdio streams are flushed and
whether temporary are removed. In part, this change appears to
be because POSIX.1-2001 added text related to this point.
However, that seems to have been an error in POSIX, and the
text was subsequently removed for POSIX.1-2008. See
https://collaboration.opengroup.org/austin/interps/documents/9984/AI-085.txt
Austin Group Interpretation reference 1003.1-2001 #085

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/_exit.2