Use poll() instead of select()
authorSteven Barth <steven@midlink.org>
Sun, 8 Feb 2009 20:57:36 +0000 (20:57 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 8 Feb 2009 20:57:36 +0000 (20:57 +0000)
commit8dbb8a0ad386fd890f688109c44df0429c2af597
tree19036f8126b2e78f88243f4e23829ce22674976f
parent2e913fd28fd85daebd37347fd5677211a7cb0ea6
Use poll() instead of select()
Reintroduce nanosleep()
libs/nixio/Makefile
libs/nixio/src/nixio.c
libs/nixio/src/nixio.h
libs/nixio/src/poll.c [new file with mode: 0644]
libs/nixio/src/select.c [deleted file]