summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
Diffstat (limited to 'inotail.h')
-rw-r--r--inotail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.h b/inotail.h
index 40b0e29..a1ec676 100644
--- a/inotail.h
+++ b/inotail.h
@@ -28,9 +28,9 @@ struct file_struct {
#endif /* DEBUG */
#ifdef __GNUC__
-# define unlikely(x) __builtin_expect(!!(x), 0) /* Taken from linux kernel source */
+# define unlikely(x) __builtin_expect(!!(x), 0)
#else
# define unlikely(x) (x)
-#endif
+#endif /* __GNUC__ */
#endif /* _INOTAIL_H */