about summary refs log tree commit homepage
path: root/lib/PublicInbox/Syscall.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-06-18 18:44:38 -0300
committerEric Wong <e@80x24.org>2021-06-20 04:37:22 +0000
commit84eaf6b35986277e02f6df65dee21182cd07a138 (patch)
tree8a21e1e827c9fe4c46ef192e3cb826f10f0de333 /lib/PublicInbox/Syscall.pm
parentebe480ba1bfe628c1b1e4726544cf901dfcd7612 (diff)
downloadpublic-inbox-84eaf6b35986277e02f6df65dee21182cd07a138.tar.gz
We'll be supporting inotify directly as we do with epoll so so
Linux users won't have to deal with XS, extra DSOs or install
Linux::Inotify2 (and common::sense) modules.
Diffstat (limited to 'lib/PublicInbox/Syscall.pm')
-rw-r--r--lib/PublicInbox/Syscall.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Syscall.pm b/lib/PublicInbox/Syscall.pm
index 2599f8a3..a8a6f42a 100644
--- a/lib/PublicInbox/Syscall.pm
+++ b/lib/PublicInbox/Syscall.pm
@@ -197,6 +197,7 @@ if ($^O eq "linux") {
 }
 # use Inline::C for *BSD-only or general POSIX stuff.
 # Linux guarantees stable syscall numbering, BSDs only offer a stable libc
+# use scripts/syscall-list on Linux to detect new syscall numbers
 
 ############################################################################
 # epoll functions