diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-09-08 09:50:19 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-09-08 09:50:19 -0700 |
commit | 0442afb40ec59eeee35bdcea707e085518948845 (patch) | |
tree | 111437b8fe0c0574e67821fcee7f8526536f74d6 | |
parent | a12b2239ddec16b07f2850786151d64e07b86d53 (diff) | |
download | glibc-0442afb40ec59eeee35bdcea707e085518948845.tar glibc-0442afb40ec59eeee35bdcea707e085518948845.tar.gz glibc-0442afb40ec59eeee35bdcea707e085518948845.tar.bz2 glibc-0442afb40ec59eeee35bdcea707e085518948845.zip |
BZ#13153: Update manual last-edit info.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/libc.texinfo | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2011-09-08 Roland McGrath <roland@hack.frob.com> + [BZ #13153] + * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for + 2011-07-19 change. + * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a garbage value in a __mach_port_mod_refs call in the cases of the task-self and thread-self ports. diff --git a/manual/libc.texinfo b/manual/libc.texinfo index 9aa8f01b45..66eda15e6b 100644 --- a/manual/libc.texinfo +++ b/manual/libc.texinfo @@ -18,9 +18,9 @@ @comment %**end of header (This is for running Texinfo on a region.) @c sold 0.06/1.09, print run out 21may96 -@set EDITION 0.12 -@set VERSION 2.8 -@set UPDATED 2007-10-27 +@set EDITION 0.13 +@set VERSION 2.14 +@set UPDATED 2011-07-19 @set ISBN 1-882114-55-8 @copying |