summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-12-09 20:45:46 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-12-09 23:09:21 -0500
commit4e21c2336541ffbd836a371c42f59b251781450a (patch)
treea240c1ed21d3285afc1e07abd2cfd7ddd5d4d61f /dist
parent9f162648bc98e8343f866da6b51d9285a5e41968 (diff)
downloadperl-4e21c2336541ffbd836a371c42f59b251781450a.tar.gz
Label conditionally unused.
Diffstat (limited to 'dist')
-rw-r--r--dist/IO/poll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/IO/poll.c b/dist/IO/poll.c
index 9d39d57f2f..03f6604eeb 100644
--- 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);