diff options
Diffstat (limited to 'lib/posix/inotify.nim')
-rw-r--r-- | lib/posix/inotify.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/posix/inotify.nim b/lib/posix/inotify.nim index 359e88617..f88e48a2d 100644 --- a/lib/posix/inotify.nim +++ b/lib/posix/inotify.nim @@ -19,7 +19,6 @@ type cookie*{.importc: "cookie".}: uint32 # Cookie to synchronize two events. len*{.importc: "len".}: uint32 # Length (including NULs) of name. name*{.importc: "name".}: char # Name. -{.deprecated: [Tinotify_event: InotifyEvent].} # Supported events suitable for MASK parameter of INOTIFY_ADD_WATCH. const |