diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:14:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:14:20 +0000 |
commit | e37cf46feeb29abf8fb30c6c7f1cc9499d32bfdb (patch) | |
tree | e9d527f0adda34da3d311073e290d9ff95b6da24 /libiohelp/get_conch.c | |
parent | 1042b9c6e62779a9e88ca41e79ef7e725bcaf870 (diff) |
Formerly get_conch.c.~5~
Diffstat (limited to 'libiohelp/get_conch.c')
-rw-r--r-- | libiohelp/get_conch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiohelp/get_conch.c b/libiohelp/get_conch.c index 32bb70c5..090cc5cb 100644 --- a/libiohelp/get_conch.c +++ b/libiohelp/get_conch.c @@ -18,9 +18,9 @@ #include "ioserver.h" /* The conch must be locked when calling this routine. */ -/* Remove any current holder of the conch. */ +/* Remove any current holder of conch C. */ error_t -get_conch (struct conch *c) +ioserver_get_conch (struct conch *c) { struct shared_io *user_sh; int error = 0; |