From 00e571155ce6f836a7f78e7a725c1b3de7868b5a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 12 Jul 2009 18:33:37 -0700 Subject: more doc tweaks --- web/l-coordination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/l-coordination.html') diff --git a/web/l-coordination.html b/web/l-coordination.html index b2f9f0d..79b578b 100644 --- a/web/l-coordination.html +++ b/web/l-coordination.html @@ -47,7 +47,7 @@

Sleep and wakeup - usage

Let's consider implementing a producer/consumer queue -(like a pipe) that can be used to hold a single non-null char pointer: +(like a pipe) that can be used to hold a single non-null pointer:
 struct pcq {
-- 
cgit v1.2.3