]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 10:58:31 +0000 (10:58 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 10:58:31 +0000 (10:58 +0000)
old/sh-utils/ChangeLog

index ea070a73a3e067c8fc0e1599a2ae707a11486cee..118d6a7c1b9734cd6b92bbfa4c7b457c3b74f0d4 100644 (file)
@@ -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.