From 72ef277e5a31c89fbd1aa9d1dc7d054223d650e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Sep 2003 09:26:15 +0000 Subject: Update. 2003-09-03 Ulrich Drepper * grp/Makefile (CFLAGS-getgrent_r.c): Add -fexceptions. (CFLAGS-getgrent.c): Likewise. * pwd/Makefile (CFLAGS-getpwent_r.c): Add -fexceptions. (CFLAGS-getpwent.c): Likewise. * shadow/Makefile (CFLAGS-getspent_r.c): Add -fexceptions. (CFLAGS-getspent.c): Likewise. * inet/Makefile: Add -fexceptions to CFLAGS for the various getXXent and getXXbyYY functions. * locale/loadlocale.c: Use not-cancelable variants of open, close, and read. --- manual/filesys.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual/filesys.texi') diff --git a/manual/filesys.texi b/manual/filesys.texi index be1ba79ddb..c858e2b1fa 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -3181,7 +3181,8 @@ file name. Usually the template string is something like template string, you @emph{must not} pass string constants to them. String constants are normally in read-only storage, so your program would crash when @code{mktemp} or @code{mkstemp} tried to modify the -string. +string. These functions are declared in the header file @file{stdlib.h}. +@pindex stdlib.h @comment stdlib.h @comment Unix -- cgit v1.2.3