- Use poll() instead of select(). poll() is better because doesn't waste stack space...
commit4048414774568e12988f55c899bb5db4bcc37996
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 8 Aug 2011 08:15:32 +0000 (8 08:15 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 8 Aug 2011 08:15:32 +0000 (8 08:15 +0000)
treeb2f02812886535308e1251e5e98b6e7d83d0f058
parentb22c486ce07322bfb31b142710677e9ac4492ef2
- Use poll() instead of select(). poll() is better because doesn't waste stack space for long structures
- Asynchronous read actually works again, however still busyloops.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40587 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-android/filesys/emul_handler/emul_dir.c
arch/all-unix/filesys/emul_handler/emul_dir.c
arch/all-unix/filesys/emul_handler/emul_host.c
arch/all-unix/filesys/emul_handler/emul_host.h
arch/all-unix/filesys/emul_handler/emul_host_unix.c
arch/all-unix/filesys/emul_handler/emul_unix.h [copied from arch/all-unix/filesys/emul_handler/emul_host.h with 81% similarity]
arch/all-unix/filesys/emul_handler/unix_hints.h