Re: [commit: base] ghc-7.6: FFI wrapper for kevent() (69446b1)

Simon Marlow <[email protected]> Mon, 15 Oct 2012 07:15:11 -0700
Newsgroups gmane.comp.lang.haskell.cvs.libraries
Message-ID <[email protected]>
On 11/10/12 16:41, Ian Lynagh wrote:
> On Thu, Oct 11, 2012 at 04:30:39PM -0700, Johan Tibell wrote:
>> Could someone please point me to the ticket so I can understand why
>> this is needed?
>
> http://hackage.haskell.org/trac/ghc/ticket/7242
>
>> The wrapper seems to be a no-op.
>
> I don't know, but it could be that kevent is a CPP macro on NetBSD (in
> which case using the FFI CAPI would be a slightly nicer way of fixing
> it, incidentally).

Good point - feel free to tidy it up.

Cheers,
	Simon