summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1991-10-01 23:03:15 +0000
committerMichael I. Bushnell <mib@gnu.org>1991-10-01 23:03:15 +0000
commit696b22b9a2ad787eaae86951aa8ed9068b2563f0 (patch)
tree2e60a7f296668c5a1fc6eafb95d92971ff7691c6
parent12e08a4caf125ef7aabb0cd412d836d2113c0236 (diff)
Formerly shared.h.~11~
-rw-r--r--hurd/shared.h1
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;