On Mon, Nov 19, 2012 at 03:50:52AM +0900, FUJITA Tomonori wrote: > Python doesn't have select.POLL* constants on some architectures > (e.g. MacOSX). This code needs to define the constants for itself. It > uses select.POLL* constants only internally (doesn't pass them > outside). So there is no harm even if the definition would conflict > with Python's those. > > Signed-off-by: FUJITA Tomonori <[email protected]>
I applied this to master, thank you. Why doesn't Mac OS X have the POLL* constants? Mac OS X is a Unix variant and does have the poll() system call. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
