summaryrefslogtreecommitdiff
path: root/libiohelp
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-25 21:38:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-25 21:38:34 +0000
commitce1bb62b721f596ba538e5e86cf03a486e98c4af (patch)
tree7c4cd363f9f7fd646454ef62e1cb2865d3d049e2 /libiohelp
parenta6773e2714c2ea8cc7e0bd0950b11085f3a1496b (diff)
Formerly handle_io_release_conch.c.~5~
Diffstat (limited to 'libiohelp')
-rw-r--r--libiohelp/handle_io_release_conch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/handle_io_release_conch.c b/libiohelp/handle_io_release_conch.c
index 1cb1f23a..6e352498 100644
--- a/libiohelp/handle_io_release_conch.c
+++ b/libiohelp/handle_io_release_conch.c
@@ -28,7 +28,7 @@ ioserver_handle_io_release_conch (struct conch *c, void *user)
if (c->holder_shared_page->conch_status != USER_HAS_NOT_CONCH)
{
c->holder_shared_page->conch_status = USER_HAS_NOT_CONCH;
- error = fetch_shared_data (c->holder);
+ error = ioserver_fetch_shared_data (c->holder);
}
if (c->holder == user)