From cd5ee764c3b2c7abc85c6d60b6bf7273e9288f49 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 25 Jan 1994 21:19:34 +0000 Subject: entered into RCS --- libiohelp/initialize_conch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiohelp/initialize_conch.c') diff --git a/libiohelp/initialize_conch.c b/libiohelp/initialize_conch.c index 0272e7b9..05d0bd0a 100644 --- a/libiohelp/initialize_conch.c +++ b/libiohelp/initialize_conch.c @@ -20,7 +20,7 @@ /* Called by an I/O server to initialize a conch structure C; M will be used to lock conch data structures. */ void -initialize_conch (struct conch *c, struct mutex *m) +ioserver_initialize_conch (struct conch *c, struct mutex *m) { c->lock = m; condition_init (&c->wait); -- cgit v1.2.3