On Jan 1, 2008 7:11 PM, Julian Seward <[EMAIL PROTECTED]> wrote:
>
> A more serious module-related question for drd is that it should not
> include pub_core_*.h. Tools may only include pub_tool_*.h, in order
> to control the complexity of the core/tool interface. For one thing
> that will requir
On Tuesday 01 January 2008 18:11, Bart Van Assche wrote:
> On Dec 30, 2007 1:30 PM, Tom Hughes <[EMAIL PROTECTED]> wrote:
> > On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> > > The include file contains declarations for
> > > various libc-functions. Two of these functions (VG_(getrlim
On Dec 30, 2007 1:30 PM, Tom Hughes <[EMAIL PROTECTED]> wrote:
>
> On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
>
> > The include file contains declarations for various
> > libc-functions. Two of these functions (VG_(getrlimit)() and
> > VG_(setrlimit)()) accept a pointer to a vki_rli
On 27/12/2007, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> The include file contains declarations for various
> libc-functions. Two of these functions (VG_(getrlimit)() and
> VG_(setrlimit)()) accept a pointer to a vki_rlimit structure. Inclusion of
> pub_tool_vki.h is now required even when nei
The include file contains declarations for various
libc-functions. Two of these functions (VG_(getrlimit)() and
VG_(setrlimit)()) accept a pointer to a vki_rlimit structure. Inclusion of
pub_tool_vki.h is now required even when neither VG_(getrlimit)() or
VG_(setrlimit)() is called -- this is inco