From 72a3b844b2122c7e899d06ccbf200bede13febea Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 14 Apr 2013 20:07:02 -0400 Subject: [PATCH] doc/ck_cohort: Minor fixes. --- doc/ck_cohort | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/ck_cohort b/doc/ck_cohort index 011ca1b..5548896 100644 --- a/doc/ck_cohort +++ b/doc/ck_cohort @@ -85,7 +85,6 @@ man pages for more details. .Pp .Sh EXAMPLE .Bd -literal -offset indent - #include #include @@ -124,7 +123,7 @@ CK_COHORT_PROTOTYPE(test_cohort, static ck_spinlock_t global_lock = CK_SPINLOCK_INITIALIZER; static unsigned int ready; -static void* +static void * function(void *context) { CK_COHORT_INSTANCE(test_cohort) *cohort = context;