From 6b06e00a8fb1ddd7ecdc57e5d3ac2a75a905fc9b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 6 Oct 1995 22:10:18 +0000 Subject: (off_array_t, size_t, ssize_t): New types. --- hurd/hurd_types.defs | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3