diff --git a/Changes b/Changes index 9a7e37d3e..bacbcf671 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,7 @@ Mats Wichmann Michael Schurter Mike Frysinger Sam Varshavchik +Suka Timothy S. Nelson 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