|
From: Tom H. <to...@co...> - 2005-08-26 16:44:02
|
In message <Pin...@ch...>
Nicholas Nethercote <nj...@cs...> wrote:
> On Fri, 26 Aug 2005, Julian Seward wrote:
>
> > (For the curious: I replaced all glibc uses by our own implementations,
> > apart from three which are non-essential and hard to do:
> > localtime_r in VG_(ctime)
> > ptrace in m_debugger.c
> > fork in m_debugger.c.
> > If anyone has enthusiasm to hack up standalone replacements, especially
> > for localtime_r, please hack on!)
>
> For ptrace and fork don't we just need trivial wrappers for the syscalls?
More or less, although fork is slightly more complicated I think
because it returns to two different threads of control.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|