diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:33:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-07 03:33:53 +0000 |
commit | 3e9e95adef590b9bc76fbcff1c6885b108b6ad7f (patch) | |
tree | 73e36897da15faef161f172555493023b19a7337 /hurd | |
parent | e35114b0fdef444f751d0c9f7b9635a5440f02ad (diff) |
Formerly hurd_types.defs.~46~
Diffstat (limited to 'hurd')
-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>; |