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 bfc1a2db..25a0a496 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -53,6 +53,7 @@ typedef pid_t *pidarray_t; typedef uid_t *idarray_t; typedef struct rusage rusage_t; typedef struct flock flock_t; +typedef struct utsname utsname_t; typedef struct stat io_statbuf_t; |