changed nwio to use poll if available instead of select

This commit is contained in:
2017-01-25 06:30:43 +00:00
parent 2151e2997f
commit 33546fb6d7
103 changed files with 17753 additions and 11450 deletions

View File

@ -193,7 +193,7 @@ int qse_fs_rmdirsys (
);
int qse_fs_invokecb (
int qse_fs_invokeactcb (
qse_fs_t* fs,
qse_fs_action_t action,
qse_fs_char_t* src_fspath,