]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
_Exit(3): document implementation
authorKonstantin Belousov <kib@FreeBSD.org>
Thu, 5 Aug 2021 16:04:44 +0000 (19:04 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Sun, 8 Aug 2021 19:39:46 +0000 (22:39 +0300)
commitee62fb2e1e14eab35d4e4e92535bcac9fc91eeb8
tree38185d124c85f881bd1e62be6b3459ff8d1cf1cc
parent2a51e8823a60180feb534176bc41d5d10e2a01b1
_Exit(3): document implementation

Remove a useless note about unlinking temporary files, they are unlinked
in tmpfile(3) [1].  Add a note about __cxa_atexit().

Explain exactly what are the FreeBSD implementation differences between
exit() and _Exit().

Noted by: markj [1]
Reviewed by: emaste, markj
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D31425
lib/libc/stdlib/exit.3