diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-04 13:19:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-04 13:19:20 +0000 |
commit | eb4063467c4ef625c1687b4c158bacf475821363 (patch) | |
tree | 9f47ace87d060f54a05b1315b741acb8ae3f5728 /manual | |
parent | 15f32e7b7912df66ff5e1d337e4f621157504058 (diff) | |
download | glibc-eb4063467c4ef625c1687b4c158bacf475821363.tar.gz glibc-eb4063467c4ef625c1687b4c158bacf475821363.tar.xz glibc-eb4063467c4ef625c1687b4c158bacf475821363.zip |
Update.
1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com> * malloc/malloc.c (ptmalloc_init_all): New function. Similar to ptmalloc_unlock_all, but re-initializes the mutexes instead. (ptmalloc_init): Use new function in thread_at_fork call. (thread_atfork_static): Likewise. Suggested by Wolfram Gloger and Xavier Leroy.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/terminal.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/terminal.texi b/manual/terminal.texi index bd897ab06e..f9aeaeee5a 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -1135,8 +1135,8 @@ The particular characters used are specified in the @code{c_cc} member of the @code{struct termios} structure. This member is an array; each element specifies the character for a particular role. Each element has a symbolic constant that stands for the index of that element---for -example, @code{INTR} is the index of the element that specifies the INTR -character, so storing @code{'='} in @code{@var{termios}.c_cc[INTR]} +example, @code{VINTR} is the index of the element that specifies the INTR +character, so storing @code{'='} in @code{@var{termios}.c_cc[VINTR]} specifies @samp{=} as the INTR character. @vindex _POSIX_VDISABLE |