diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:17:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:17:05 +0000 |
commit | e11f5838adb54220308a32342974457b337779e1 (patch) | |
tree | c63482bb088d054f85bee84499d768a15421a367 /libiohelp | |
parent | 11d9f3a26203ad8ace2e3765d9d045e576c981a4 (diff) |
Formerly initialize_conch.c.~4~
Diffstat (limited to 'libiohelp')
-rw-r--r-- | libiohelp/initialize_conch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiohelp/initialize_conch.c b/libiohelp/initialize_conch.c index 4aef2293..0272e7b9 100644 --- a/libiohelp/initialize_conch.c +++ b/libiohelp/initialize_conch.c @@ -17,6 +17,8 @@ #include "ioserver.h" +/* 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) { |