diff options
-rw-r--r-- | hurd/shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/shared.h b/hurd/shared.h index 0911d0f6..3fa3068e 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -63,7 +63,7 @@ struct shared_io int use_file_size; /* file_size is meaningful */ int use_read_size; /* read_size is meaningful */ - int read_size; + off_t read_size; enum { |