mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 20:28:30 +00:00
Further optimize poll() on Windows
This commit is contained in:
parent
556a294363
commit
518eabadf5
6 changed files with 44 additions and 64 deletions
|
@ -31,6 +31,8 @@ const char *_DescribeFdSet(char buf[N], ssize_t rc, int nfds, fd_set *fds) {
|
|||
|
||||
if (!fds)
|
||||
return "NULL";
|
||||
if (rc == -1)
|
||||
return "n/a";
|
||||
if (kisdangerous(fds)) {
|
||||
ksnprintf(buf, N, "%p", fds);
|
||||
return buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue