about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-07 02:31:57 -0600
committerEric Wong <e@yhbt.net>2020-02-08 06:05:25 +0000
commitfaa0f744db6047db0594baf00535cc8122211ede (patch)
tree486c2dd97cba3f9e9c93d72b88a7840e1070fe38 /lib
parentf1d0ab0a05ebbd2388584f2249736c061ec737fc (diff)
downloadpublic-inbox-faa0f744db6047db0594baf00535cc8122211ede.tar.gz
NNTP TLS and COMPRESS support and cgit spawning from
the WWW interface were implemented last year.

Given the lack of syscall number stability guarantee on the
OpenBSD and FreeBSD, I don't think supporting a pure-Perl kevent
is feasible.  Inline::C may still be an option since IO::KQueue
is abandoned, though, as it is for some Linux-only syscalls and
maybe some POSIX ones not covered by POSIX.pm.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/DSKQXS.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/DSKQXS.pm b/lib/PublicInbox/DSKQXS.pm
index a815945a..b9b0b6c5 100644
--- a/lib/PublicInbox/DSKQXS.pm
+++ b/lib/PublicInbox/DSKQXS.pm
@@ -10,8 +10,6 @@
 # support cases public-inbox-nntpd/httpd care about.
 #
 # It also implements signalfd(2) emulation via "tie".
-#
-# A pure-Perl version using syscall() is planned.
 package PublicInbox::DSKQXS;
 use strict;
 use warnings;