Fix possibly missing inotify_init1(2).
[cl-inotify.git] / grovel.lisp
index c59de22..fbe9a1e 100644 (file)
@@ -30,6 +30,7 @@
 
 (include "sys/inotify.h")
 
+;; since 2.6.27 according to inotify_init(2)
 (constant (in-cloexec       "IN_CLOEXEC"))
 (constant (in-nonblock      "IN_NONBLOCK"))
 (constant (in-access        "IN_ACCESS"))