summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.defs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-10-06 22:10:18 +0000
committerMiles Bader <miles@gnu.org>1995-10-06 22:10:18 +0000
commit6b06e00a8fb1ddd7ecdc57e5d3ac2a75a905fc9b (patch)
tree71449d0ff03d31a7e2c421a7a56181421dbd3148 /hurd/hurd_types.defs
parenta377273dae5bde6a453941fba1f75ab0eb1936b4 (diff)
(off_array_t, size_t, ssize_t): New types.
Diffstat (limited to 'hurd/hurd_types.defs')
-rw-r--r--hurd/hurd_types.defs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index ae7458bc..cfeae9a7 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -185,11 +185,14 @@ type retry_type = int;
type pid_t = int;
type wait_status_t = int;
type off_t = int;
+type size_t = unsigned;
+type ssize_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;
+type off_array_t = array[] of off_t;
type pidarray_t = array[] of pid_t;
type procinfo_t = array[] of int;