summaryrefslogtreecommitdiff
path: root/libiohelp
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-25 21:37:04 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-25 21:37:04 +0000
commita6773e2714c2ea8cc7e0bd0950b11085f3a1496b (patch)
tree953e06e80c19b1c2dbca967b6c32de03fb899b71 /libiohelp
parente81c17b1ada7210bc7fa87629fb5a0c285183278 (diff)
Formerly get_conch.c.~6~
Diffstat (limited to 'libiohelp')
-rw-r--r--libiohelp/get_conch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiohelp/get_conch.c b/libiohelp/get_conch.c
index 090cc5cb..b8a06e10 100644
--- a/libiohelp/get_conch.c
+++ b/libiohelp/get_conch.c
@@ -45,7 +45,7 @@ ioserver_get_conch (struct conch *c)
case USER_COULD_HAVE_CONCH:
user_sh->conch_status = USER_HAS_NOT_CONCH;
spin_unlock (&user_sh->lock);
- error = fetch_shared_data (c->holder);
+ error = ioserver_fetch_shared_data (c->holder);
break;
case USER_HAS_NOT_CONCH: