diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-18 20:00:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-18 20:00:55 +0000 |
commit | 232ea5be7c3437c9ab910028ba683f8913b694b9 (patch) | |
tree | a7e8af1e3e3d35bc43182d98a53ca5dacdb43eaf /libtrivfs/io-stubs.c | |
parent | 61c070723828eb27cb57c434b7f869bf92ea4b0c (diff) |
Formerly io-stubs.c.~2~
Diffstat (limited to 'libtrivfs/io-stubs.c')
-rw-r--r-- | libtrivfs/io-stubs.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/libtrivfs/io-stubs.c b/libtrivfs/io-stubs.c index b86175a3..423ef293 100644 --- a/libtrivfs/io-stubs.c +++ b/libtrivfs/io-stubs.c @@ -28,7 +28,6 @@ trivfs_S_io_map_cntl (struct protid *cred, return EOPNOTSUPP; } - error_t trivfs_S_io_get_conch (struct protid *cred) { @@ -41,33 +40,32 @@ trivfs_S_io_release_conch (struct protid *cred) return EOPNOTSUPP; } - error_t -io_eofnotify (struct protid *) +trivfs_S_io_eofnotify (struct protid *) { return EOPNOTSUPP; } error_t -io_prenotify (struct protid *, int start, int end) +trivfs_S_io_prenotify (struct protid *, int start, int end) { return EOPNOTSUPP; } error_t -io_postnotify (struct protid *, int start, int end) +trivfs_S_io_postnotify (struct protid *, int start, int end) { return EOPNOTSUPP; } error_t -io_readsleep (struct protid *) +trivfs_S_io_readsleep (struct protid *) { return EOPNOTSUPP; } error_t -io_sigio (struct protid *) +trivfs_S_io_sigio (struct protid *) { return EOPNOTSUPP; } |