diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index cb7f35d9..260a87b5 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -45,6 +45,7 @@ typedef mach_port_t *portarray_t; typedef pid_t *pidarray_t; typedef uid_t *idarray_t; typedef struct rusage rusage_t; +typedef struct flock flock_t; typedef struct stat io_statbuf_t; @@ -156,7 +157,8 @@ enum verstype MACHINE, }; -struct procinfo +stru +ct procinfo { int state; uid_t owner; |