From 0e37aef4a8edc549926a74e341d93b10472b6a64 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Wed, 15 Oct 2003 00:06:53 +0000 Subject: [PATCH] (Function Portability): Add @prindex for exit. --- doc/autoconf.texi | 1 + 1 file changed, 1 insertion(+) 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}. -- 2.47.2