summaryrefslogtreecommitdiff
path: root/sys/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/inc')
-rw-r--r--sys/inc/kern/namei.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/inc/kern/namei.h b/sys/inc/kern/namei.h
index a9fba7f..5dbf5ad 100644
--- a/sys/inc/kern/namei.h
+++ b/sys/inc/kern/namei.h
@@ -33,6 +33,8 @@
#include <sys/types.h>
#include <sys/param.h>
+#define NAMEI_PARENT BIT(0)
+
/*
* Represents arguments to be passed with namei()
*/