chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH 2/2] Invert poll(2) flag default


From: Moritz Heidkamp
Subject: [Chicken-hackers] [PATCH 2/2] Invert poll(2) flag default
Date: Mon, 04 Aug 2014 18:10:46 +0200

The attached patch is a follow-up to my previous patch (the one which
enables poll(2) on Android). It inverts the HAVE_POSIX_POLL flag to
HAVE_NO_POSIX_POLL which only needs to be set when poll(2) is *not*
available rather than the other way around. The purpose is to make the
safe choice the default. 

Since this is merely intended to make future changes less likely to
accidentally disable poll(2) it doesn't need to be included in the
stability branch.

I've tested the patch on Linux x86_64 only. Even though it's a rather
trivial patch it would probably be good to also test this on at least
one of the Windows platforms just in case. Any takers?

Thanks to Florian Zumbiehl for the idea for this patch.

Moritz
-- 
bevuta IT GmbH - professionelle IT-Lösungen
Marktstraße 10 | http://www.bevuta.com/ | HRB 62476 AG Köln
50968 Köln     | Tel.: +49 221 282678-0 | Geschäftsführer: Pablo Beyen

Attachment: 0002-Invert-poll-2-flag-default.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]