]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Syscall.pm
www_stream: add trailing slash for help and color links
[public-inbox.git] / lib / PublicInbox / Syscall.pm
index a1f532353eab391020be7a94710433839fc2d278..5ff1d65fc9365df5c2ee022df19395e3e7d59970 100644 (file)
@@ -224,7 +224,7 @@ sub epoll_ctl_mod8 {
 # epoll_wait wrapper
 # ARGS: (epfd, maxevents, timeout (milliseconds), arrayref)
 #  arrayref: values modified to be [$fd, $event]
-our $epoll_wait_events;
+our $epoll_wait_events = '';
 our $epoll_wait_size = 0;
 sub epoll_wait_mod4 {
        my ($epfd, $maxevents, $timeout_msec, $events) = @_;