summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-14 12:12:44 +0000
committerJim Meyering <jim@meyering.net>2006-10-14 12:12:44 +0000
commit1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1 (patch)
tree78a1ded7772aa21fdba014b16610b1da5e270001 /ChangeLog
parentf3fbb64189991ad3ad1a9c5e5ff9a4b3b8609af9 (diff)
downloadcoreutils-1491ae9ceba0a4a8eaecfaaf27889bb4bd31d6f1.tar.xz
* src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions.
Instead, include "exit.h". This hereby retires the work-around for "Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e7430555..4d0866560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-14 Jim Meyering <jim@meyering.net>
+ * src/system.h (EXIT_FAILURE, EXIT_SUCCESS): Remove definitions.
+ Instead, include "exit.h". This hereby retires the work-around for
+ "Sony NEWS-OS Release 4.0C"'s bug due to "#define EXIT_FAILURE 0".
+
* src/cksum.c (uint_fast32_t): Don't define.
Instead, include <stdint.h>.