diff options
-rw-r--r-- | hurd/hurd_types.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 20ad3237..ea801342 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -164,6 +164,8 @@ type idarray_t = array[] of uid_t; type rusage_t = struct[18] of int; /* XXX */ +type flock_t = struct[5] of int; + import <sys/types.h>; import <sys/stat.h>; import <sys/resource.h>; |