This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Label conditionally unused.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Dec 2014 01:45:46 +0000 (20:45 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Dec 2014 04:09:21 +0000 (23:09 -0500)
dist/IO/poll.c

index 9d39d57..03f6604 100644 (file)
@@ -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);