summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-22 10:58:31 +0000
committerJim Meyering <jim@meyering.net>1999-08-22 10:58:31 +0000
commit7a44e716a47f88a7d2255101c078b705b8c17720 (patch)
tree87104ee1b57ccab56bec1c6d4f4fb4ec83d65ce2 /old
parent95b8288176798870e89287ec2f36722861400260 (diff)
downloadcoreutils-7a44e716a47f88a7d2255101c078b705b8c17720.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index ea070a73a..118d6a7c1 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,6 +1,10 @@
1999-08-22 Jim Meyering <meyering@ascend.com>
- * src/su.c (run_shell): Declare with noreturn attribute.
+ * src/sys2.h (ATTRIBUTE_NORETURN): Define.
+ * src/test.c: Use ATTRIBUTE_NORETURN instead of NO_RETURN_ATTRIBUTE.
+ (NO_RETURN_ATTRIBUTE): Remove definition.
+
+ * src/su.c (run_shell): Declare with gcc's noreturn attribute.
Use an explicit exit(1) rather than doing that through error.
* src/sys2.h (IF_LINT): Define new macro.