On Fri, Sep 24, 2010 at 6:08 PM, Andreas Färber wrote:
> Am 20.09.2010 um 22:33 schrieb Blue Swirl:
>
>> On Sun, Sep 19, 2010 at 10:11 AM, 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 app
Am 20.09.2010 um 22:33 schrieb Blue Swirl:
On Sun, Sep 19, 2010 at 10:11 AM, 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 posi
On Sun, Sep 19, 2010 at 10:11 AM, 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