diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:07:55 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:07:55 +0000 |
commit | 5c1b784449c3243c6a581b7c93e221b2f1883248 (patch) | |
tree | 385ea8a7605ebfa105a1613b219cb371dde28161 | |
parent | 428e4e3d0c7ddbe76aea957efba2001a3481f4c5 (diff) |
Formerly io-stubs.c.~4~
-rw-r--r-- | libtrivfs/io-stubs.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libtrivfs/io-stubs.c b/libtrivfs/io-stubs.c index 7cef6fa8..69d00bec 100644 --- a/libtrivfs/io-stubs.c +++ b/libtrivfs/io-stubs.c @@ -74,4 +74,8 @@ trivfs_S_io_sigio (struct trivfs_protid *cred) return EOPNOTSUPP; } - +kern_return_t +trivfs_S_io_readnotify (struct trivfs_protid *cred) +{ + return EOPNOTSUPP; +} |