summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/hurd_types.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index de1925d5..541e8814 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -152,6 +152,8 @@ type retry_type = int;
type pid_t = int;
type wait_status_t = int;
type off_t = int;
+type file_changed_type_t = int;
+type dir_changed_type_t = int;
type portarray_t = array[] of mach_port_send_t;
type intarray_t = array[] of int;