aboutsummaryrefslogtreecommitdiff
path: root/include/lapi/fanotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lapi/fanotify.h')
-rw-r--r--include/lapi/fanotify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lapi/fanotify.h b/include/lapi/fanotify.h
index 4bd1a113c..424514625 100644
--- a/include/lapi/fanotify.h
+++ b/include/lapi/fanotify.h
@@ -208,4 +208,9 @@ struct fanotify_event_info_error {
# define FSID_VAL_MEMBER(fsid, i) (fsid.val[i])
#endif /* HAVE_STRUCT_FANOTIFY_EVENT_INFO_FID_FSID___VAL */
+/* linux/exportfs.h */
+#ifndef FILEID_INVALID
+# define FILEID_INVALID 0xff
+#endif
+
#endif /* LAPI_FANOTIFY_H__ */