From 927a54423a68eba2df63139efe714f134a87d116 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 13 Jul 1994 19:12:45 +0000 Subject: entered into RCS --- libdiskfs/io-stubs.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/libdiskfs/io-stubs.c b/libdiskfs/io-stubs.c index 07129b86..4f52f3c5 100644 --- a/libdiskfs/io-stubs.c +++ b/libdiskfs/io-stubs.c @@ -60,14 +60,3 @@ diskfs_S_io_readnotify (struct protid *cred) return cred ? 0 : EOPNOTSUPP; } - -/* Implement io_sigio as described in . - We do this (in theory) but async IO is implemented here yet. */ -kern_return_t -diskfs_S_io_sigio (struct protid *cred) -{ - if (!cred) - return EOPNOTSUPP; - - return 0; -} -- cgit v1.2.3