This commit is contained in:
Michael Kerrisk 2007-07-13 08:32:28 +00:00
parent c5b0e98e5b
commit 0f2111e3c3
1 changed files with 3 additions and 2 deletions

View File

@ -47,8 +47,9 @@ or via return from the program's \fImain\fP().
Functions so registered are called in
the reverse order of their registration; no arguments are passed.
.LP
POSIX.1-2001 requires that an implementation allow at least ATEXIT_MAX (32)
such functions to be registered.
POSIX.1-2001 requires that an implementation allow at least
.B ATEXIT_MAX
(32) such functions to be registered.
The actual limit supported by an implementation can be obtained using
.BR sysconf (3).
.LP