diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 09:26:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 09:26:15 +0000 |
commit | 72ef277e5a31c89fbd1aa9d1dc7d054223d650e5 (patch) | |
tree | dfc2682d001edb282774ade807d8a9be7271e3d9 /manual/filesys.texi | |
parent | 4a244f0dcec00a37e8023851ab8ddc503b4aec7e (diff) | |
download | glibc-72ef277e5a31c89fbd1aa9d1dc7d054223d650e5.tar glibc-72ef277e5a31c89fbd1aa9d1dc7d054223d650e5.tar.gz glibc-72ef277e5a31c89fbd1aa9d1dc7d054223d650e5.tar.bz2 glibc-72ef277e5a31c89fbd1aa9d1dc7d054223d650e5.zip |
Update.
2003-09-03 Ulrich Drepper <drepper@redhat.com>
* 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.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r-- | manual/filesys.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |