summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-07 03:33:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-07 03:33:53 +0000
commit3e9e95adef590b9bc76fbcff1c6885b108b6ad7f (patch)
tree73e36897da15faef161f172555493023b19a7337 /hurd/hurd_types.defs
parente35114b0fdef444f751d0c9f7b9635a5440f02ad (diff)
Formerly hurd_types.defs.~46~
Diffstat (limited to 'hurd/hurd_types.defs')
-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 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>;