diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 19:12:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-13 19:12:42 +0000 |
commit | d113858f6e857432f8043055e3a1981a6672da3a (patch) | |
tree | 8024db4ce8fefe8d6014755a871f18a64defc1fd /libdiskfs | |
parent | 23a1aea2fd76cce7cde1cfaf166b261d34d1c179 (diff) |
Formerly io-sigio.c.~2~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-sigio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/io-sigio.c b/libdiskfs/io-sigio.c index b99596ca..17352156 100644 --- a/libdiskfs/io-sigio.c +++ b/libdiskfs/io-sigio.c @@ -18,6 +18,9 @@ #include "priv.h" #include "io_S.h" +/* Implement io_sigio as described in <hurd/io.defs>. We do this + for O_FSYNC right now, but will eventually do it for async I/O + too. */ kern_return_t diskfs_S_io_sigio (struct protid *cred) { |