Use pollts if it is available but ppoll is not.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 3 Sep 2012 19:34:13 +0000 (19:34 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 3 Sep 2012 19:34:13 +0000 (19:34 +0000)
commitc5adb1df54e34b57d5c1c33ab552c2db542f9790
tree1c3c2bf761e5543cc16f68871374afdf3bc4a016
parent13e85a51bbb169f2d2e0283e9d6c9156214749ee
Use pollts if it is available but ppoll is not.

Also change all references to the poll/select variants to use the UX_
names.

All four ways -- select, select & pselect, poll, poll & pollts --
tested on a NetBSD 6.99.4 kernel running a NetBSD 5.1 userland by
tweaking config.h by hand.
src/microcode/configure.ac
src/microcode/ux.h
src/microcode/uxio.c
src/microcode/uxsock.c