diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 02:42:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-03 02:42:58 +0000 |
commit | d2e77ac7fcdafd451a12652eb2a886221e1ec097 (patch) | |
tree | 2923902278128162839b5abef3778530d16934a9 /libiohelp/get_conch.c | |
parent | ab2788b3f02a77c01fe3cda826748de36986e7e2 (diff) |
Formerly get_conch.c.~3~
Diffstat (limited to 'libiohelp/get_conch.c')
-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; |