X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=grovel.lisp;h=0faef4ccf873f39fc1547968aa58727e5d0cc299;hp=1e207f1bc613c79df34c50286db36642c98e83ed;hb=2a1a0dca724e7008a6c4ec696c1de505168c7561;hpb=b089f667c526fda62db1f08923c94b0da8de8c34 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"))