diff options
Diffstat (limited to 'hurd/shared.h')
-rw-r--r-- | hurd/shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/shared.h b/hurd/shared.h index 323e5756..fb41e448 100644 --- a/hurd/shared.h +++ b/hurd/shared.h @@ -33,6 +33,7 @@ struct shared_io } it_status; int eof_notify; /* notify filesystem upon read of eof */ + int do_sigio; /* call io_sigio after each operation */ int use_file_size; /* file_size is meaningful */ off_t file_size; |