diff options
-rw-r--r-- | libiohelp/get_conch.c | 2 |
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; |