summaryrefslogtreecommitdiff
path: root/inotify/bits.go
diff options
context:
space:
mode:
Diffstat (limited to 'inotify/bits.go')
-rw-r--r--inotify/bits.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/inotify/bits.go b/inotify/bits.go
index fa44f9b..a982e42 100644
--- a/inotify/bits.go
+++ b/inotify/bits.go
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Luke Shumaker
+// Copyright (C) 2015-2016 Luke Shumaker
//
// Many of the comments in this file are taken from the GNU libc
// header file <sys/inotify.h>
@@ -28,8 +28,11 @@ const (
IN_NONBLOCK int = 00004000
)
-type file int // File Descriptor
-type Wd int // Watch Descriptor
+// inFd is a File Descriptor.
+type inFd int
+
+// Wd is a Watch Descriptor.
+type Wd int
type Mask uint32