/* Note: this is VG_, not ML_. */
SysRes VG_(am_do_mmap_NO_NOTIFY)( Addr start, SizeT length, UInt prot,
- UInt flags, UInt fd, Off64T offset)
+ UInt flags, Int fd, Off64T offset)
{
SysRes res;
aspacem_assert(VG_IS_PAGE_ALIGNED(offset));
USE IT UNLESS YOU UNDERSTAND the request-notify model used by
aspacem. In short, DO NOT USE THIS FUNCTION. */
extern SysRes VG_(am_do_mmap_NO_NOTIFY)
- ( Addr start, SizeT length, UInt prot, UInt flags, UInt fd, Off64T offset);
+ ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
//--------------------------------------------------------------