summaryrefslogtreecommitdiff
path: root/lib/exit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exit.h')
-rw-r--r--lib/exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exit.h b/lib/exit.h
index 9dbfb7ce8..e8f773883 100644
--- a/lib/exit.h
+++ b/lib/exit.h
@@ -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