Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
fa61d59d
Commit
fa61d59d
authored
Nov 22, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* 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
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/io.c
src/io.c
+6
-0
No files found.
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
Markdown
is supported
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