This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa libmudflap] shared library startup


On Wed, Apr 02, 2003 at 11:21:16AM -0500, Frank Ch. Eigler wrote:
> +static void *
> +__mf_0fn_mmap (void *start, size_t l, int prot, int f, int fd, off_t off)
> +{
> +  return NULL;
> +}

Failure for MMAP is MMAP_FAILURE, or (void*)-1.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]