Re: [Cegcc-devel] [commit] Add some posix io functions to mingwex.

2006-11-12 Thread Pedro Alves
Pedro Alves wrote: Hi all, While porting gdbserver I stumbled on yet again having to provide write and read functions as wrappers around ReadFile and WriteFile. This is about the fourth time I do in a short period, so, I've put those functions in libmingwex.a (*), to make this the last time.

Re: [Cegcc-devel] [commit] Add some posix io functions to mingwex.

2006-11-12 Thread Danny Backx
I'll port the profiling stuff to this; I'm already mostly through its revised build (as we agreed). Danny On Sun, 2006-11-12 at 12:51 +, Pedro Alves wrote: > Hi all, > > While porting gdbserver I stumbled on yet again having to provide write > and read functions > as wrappers around

[Cegcc-devel] [commit] Add some posix io functions to mingwex.

2006-11-12 Thread Pedro Alves
Hi all, While porting gdbserver I stumbled on yet again having to provide write and read functions as wrappers around ReadFile and WriteFile. This is about the fourth time I do in a short period, so, I've put those functions in libmingwex.a (*), to make this the last time. While I was at it, I