This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f16264
)
Label conditionally unused.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 10 Dec 2014 01:45:46 +0000
(20:45 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 10 Dec 2014 04:09:21 +0000
(23:09 -0500)
dist/IO/poll.c
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/poll.c
b/dist/IO/poll.c
index
9d39d57
..
03f6604
100644
(file)
--- a/
dist/IO/poll.c
+++ b/
dist/IO/poll.c
@@
-54,7
+54,9
@@
poll(struct pollfd *fds, unsigned long nfds, int timeout)
FD_ZERO(&ifd);
+#ifdef HAS_FSTAT
again:
+#endif
FD_ZERO(&rfd);
FD_ZERO(&wfd);