Re: [PATCH]: 2. Thread safe stdio update

2004-02-06 Thread Christopher Faylor
On Fri, Jan 23, 2004 at 12:03:09PM +0100, Thomas Pfaff wrote: >Corinna Vinschen wrote: >>On Jan 22 21:48, Thomas Pfaff wrote: >> >>>This is an update of my previous patch. It adds support for newlibs >>>__LOCK_INIT macro. >>> >>>Thomas >>> >>>2004-01-22 Thomas Pfaff <[EMAIL PROTECTED]> >>> >>>

Re: [PATCH]: 2. Thread safe stdio update

2004-01-23 Thread Christopher Faylor
On Fri, Jan 23, 2004 at 12:14:32PM +0100, Corinna Vinschen wrote: >I think you should RFA it on newlib and apply the rest of the patch >when Jeff applied. But I'd like to hear from Chris first, if that >patch should go into 1.5.7 or if it should wait for a while. I haven't looked at the patch in

Re: [PATCH]: 2. Thread safe stdio update

2004-01-23 Thread Corinna Vinschen
On Jan 23 12:03, Thomas Pfaff wrote: > Corinna Vinschen wrote: > >On Jan 22 21:48, Thomas Pfaff wrote: > >>2004-01-22 Thomas Pfaff <[EMAIL PROTECTED]> > >> > >>* include/sys/_types.h: New file. > > > > > >I'm not quite sure if that's the way to go. I'm wondering if we > >shouldn't keep newlib'

Re: [PATCH]: 2. Thread safe stdio update

2004-01-23 Thread Thomas Pfaff
Corinna Vinschen wrote: On Jan 22 21:48, Thomas Pfaff wrote: This is an update of my previous patch. It adds support for newlibs __LOCK_INIT macro. Thomas 2004-01-22 Thomas Pfaff <[EMAIL PROTECTED]> * include/sys/_types.h: New file. I'm not quite sure if that's the way to go. I'm wondering

Re: [PATCH]: 2. Thread safe stdio update

2004-01-23 Thread Corinna Vinschen
On Jan 22 21:48, Thomas Pfaff wrote: > This is an update of my previous patch. It adds support for newlibs > __LOCK_INIT macro. > > Thomas > > 2004-01-22 Thomas Pfaff <[EMAIL PROTECTED]> > > * include/sys/_types.h: New file. I'm not quite sure if that's the way to go. I'm wondering if w

[PATCH]: 2. Thread safe stdio update

2004-01-22 Thread Thomas Pfaff
This is an update of my previous patch. It adds support for newlibs __LOCK_INIT macro. Thomas 2004-01-22 Thomas Pfaff <[EMAIL PROTECTED]> * include/sys/_types.h: New file. * include/sys/lock.h: Ditto. * include/sys/stdio.h: Ditto. * thread.cc: Include sys/lock.h