diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index b8c94ad6..d13d1f0d 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -56,6 +56,7 @@ typedef int *fd_mask_t; typedef mach_port_t *portarray_t; typedef pid_t *pidarray_t; typedef uid_t *idarray_t; +typedef off_t *off_array_t; typedef struct rusage rusage_t; typedef struct flock flock_t; typedef struct utsname utsname_t; |