diff options
Diffstat (limited to 'lib/exit.h')
-rw-r--r-- | lib/exit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ /* Get exit() declaration. */ #include <stdlib.h> -/* Some systems do not define EXIT_*, even with STDC_HEADERS. */ +/* Some systems do not define EXIT_*, despite otherwise supporting C89. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif |