X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=grovel.lisp;h=0faef4ccf873f39fc1547968aa58727e5d0cc299;hb=1e6ee3f5671c8c376e4a721450791719d5ceb3fa;hp=1e207f1bc613c79df34c50286db36642c98e83ed;hpb=af0cde5795a4dcab405a27cea311bea1c26b5606;p=cl-inotify.git diff --git a/grovel.lisp b/grovel.lisp index 1e207f1..0faef4c 100644 --- a/grovel.lisp +++ b/grovel.lisp @@ -30,6 +30,8 @@ (include "sys/inotify.h") +(constant (in-cloexec "IN_CLOEXEC")) +(constant (in-nonblock "IN_NONBLOCK")) (constant (in-access "IN_ACCESS")) (constant (in-modify "IN_MODIFY")) (constant (in-attrib "IN_ATTRIB"))