summaryrefslogtreecommitdiff
path: root/libiohelp
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-03 02:42:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-03 02:42:58 +0000
commitd2e77ac7fcdafd451a12652eb2a886221e1ec097 (patch)
tree2923902278128162839b5abef3778530d16934a9 /libiohelp
parentab2788b3f02a77c01fe3cda826748de36986e7e2 (diff)
Formerly get_conch.c.~3~
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 779ec2c2..29d48082 100644
--- a/libiohelp/get_conch.c
+++ b/libiohelp/get_conch.c
@@ -20,7 +20,7 @@
/* The conch must be locked when calling this routine. */
/* Remove any current holder of the conch. */
error_t
-_libioserver_internal_get_conch (struct conch *c)
+get_conch (struct conch *c)
{
struct shared_io *user_sh;
int error = 0;