Re: ptsname_r

2011-11-07 Thread Eric Blake
On 11/07/2011 01:46 PM, Eric Blake wrote: Thanks. Also, even with your patches of today, ptsname() is still not thread-safe; should we be sticking that in a thread-local buffer rather than in static storage, similar to how other functions like strerror() are thread-safe? I didn't tackle that,

Re: ptsname_r

2011-11-07 Thread Christopher Faylor
On Mon, Nov 07, 2011 at 01:59:40PM -0700, Eric Blake wrote: On 11/07/2011 01:46 PM, Eric Blake wrote: Thanks. Also, even with your patches of today, ptsname() is still not thread-safe; should we be sticking that in a thread-local buffer rather than in static storage, similar to how other