Use constants in inotify
parent
96d417a7c2
commit
3bcb2ef645
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2008 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.syntax math math.bitwise ;
|
||||
USING: alien.syntax math math.bitwise constants ;
|
||||
IN: unix.linux.inotify
|
||||
|
||||
C-STRUCT: inotify-event
|
||||
|
|
Loading…
Reference in New Issue