|
From: Bart V. A. <bar...@gm...> - 2008-01-01 17:11:23
|
On Dec 30, 2007 1:30 PM, Tom Hughes <to...@co...> wrote: > > On 27/12/2007, Bart Van Assche <bar...@gm...> wrote: > > > The include file <pub_tool_libcproc.h> 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 inconvenient. The attached patch > > solves this. Can this patch please be committed on the trunk ? > > I'm not sure about this one - it looks like it rather violates the > module boundaries. What do you think Julian? I'm not sure I understand your comment -- can you please elaborate ? Bart. |