aboutsummaryrefslogtreecommitdiff
path: root/man/man3/exits.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/exits.3')
-rw-r--r--man/man3/exits.311
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man3/exits.3 b/man/man3/exits.3
index 62ea8d31..62c9e56c 100644
--- a/man/man3/exits.3
+++ b/man/man3/exits.3
@@ -93,3 +93,14 @@ non-empty messages.
Exit codes 97 through 99 are used by the thread library to signal
internal synchronization errors between the main program
and a proxy process that implements backgrounding.
+.PP
+To avoid name conflicts with the underlying system,
+.I atexit
+and
+.I atexitdont
+are preprocessor macros defined as
+.I p9atexit
+and
+.IR p9atexitdont ;
+see
+.IR intro (3).