|
From: Bart V. A. <bar...@gm...> - 2007-12-27 15:59:49
|
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 ? Thanks, Bart Van Assche. |