Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
fa61d59d
Commit
fa61d59d
authored
Nov 22, 1998
by
Niels Möller
Browse files
* io.c: Use Sean Reifschneider's poll-by-select emulation if
poll() is unavailable. Rev: src/io.c:1.28
parent
8aab66e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.c
View file @
fa61d59d
...
...
@@ -27,7 +27,13 @@
#include <string.h>
#include <unistd.h>
#ifdef HAVE_POLL
#include <poll.h>
#else
#include "poll.h"
#endif
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment