From: Kevin Ryde Date: Wed, 15 Oct 2003 00:06:53 +0000 (+0000) Subject: (Function Portability): Add @prindex for exit. X-Git-Tag: AUTOCONF-2.57g~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e37aef4a8edc549926a74e341d93b10472b6a64;p=thirdparty%2Fautoconf.git (Function Portability): Add @prindex for exit. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index bd6d9574..80097e85 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3539,6 +3539,7 @@ additions. Please help us keeping it as complete as possible. @table @asis @item @code{exit} @c @fuindex exit +@prindex @code{exit} Did you know that, on some older hosts, @code{exit} returns @code{int}? This is because @code{exit} predates @code{void}, and there was a long tradition of it returning @code{int}.