This commit is contained in:
Michael Kerrisk 2008-09-03 08:10:20 +00:00
parent 74f7e82aa9
commit 222815390a
1 changed files with 10 additions and 0 deletions

10
Changes
View File

@ -17,6 +17,7 @@ Mats Wichmann <mats.d.wichmann@intel.com>
Michael Schurter <michael@susens-schurter.com>
Mike Frysinger <vapier@gentoo.org>
Sam Varshavchik <mrsam@courier-mta.com>
Suka <sukadev@us.ibm.com>
Timothy S. Nelson <wayland@wayland.id.au>
Apologies if I missed anyone!
@ -97,6 +98,15 @@ hsearch.3
for freeing the buffers pointed to by 'key' and 'data' fields.
One of the BUGS was fixed in glibc 2.3.
Rewrote and clarified various other pieces.
Rename arguments for reentrant functions, using same name as
glibc headers: s/ret/retval/; s/tab/htab/.
mtk, after a suggestion by Timothy S. Wayland
Integrate discussion of reentrant functions into main discussion
(rather than as a short paragraph at the end).
ptsname.3
sukadev
Fix return type of ptsname_r() in SYNOPSIS.
sigsetops.3
Chris Head, signed-off-by: Mike Frysinger