summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/io-stubs.c12
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;
}