Blue Swirl wrote:
> On Sun, Sep 12, 2010 at 12:55 PM, Andreas Färber
> wrote:
>
>> From: Andreas Färber
>>
>> vl.c has a Sun-specific hack to supply a prototype for madvise(),
>> but the call site has apparently moved to arch_init.c.
>>
>> Haiku doesn't implement madvise() in favor of posix_m
On Sun, Sep 12, 2010 at 12:55 PM, Andreas Färber wrote:
> From: Andreas Färber
>
> vl.c has a Sun-specific hack to supply a prototype for madvise(),
> but the call site has apparently moved to arch_init.c.
>
> Haiku doesn't implement madvise() in favor of posix_madvise().
> OpenBSD and Solaris 10