diff options
-rw-r--r-- | hurd/hurd_types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index c072ad21..4d68b36b 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -69,8 +69,8 @@ typedef pid_t *pidarray_t; typedef const pid_t *const_pidarray_t; typedef uid_t *idarray_t; typedef const uid_t *const_idarray_t; -typedef loff_t *off_array_t; -typedef const loff_t *const_off_array_t; +typedef __loff_t *off_array_t; +typedef const __loff_t *const_off_array_t; typedef struct rusage rusage_t; typedef struct flock flock_t; typedef struct utsname utsname_t; |