From 1d767442294df64b9746f02cd6fcf320da257b1f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 25 Nov 2012 00:05:21 +0100 Subject: Complete switch from cthreads to pthreads * console/input.c: Switch comment from cthreads to pthreads. * libnetfs/file-get-fs-options.c: Likewise * libnetfs/fsys-get-options.c: Likewise * libnetfs/fsys-set-options.c: Likewise * libnetfs/shutdown.c: Likewise * libpager/lock-object.c: Likewise * nfsd/cache.c: Set back replycachelock as static variable. * term/hurdio.c: Use pthread_hurd_cond_wait_np instead of pthread_cond_wait. --- console/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console/input.c') diff --git a/console/input.c b/console/input.c index 7ebac302..91f21c15 100644 --- a/console/input.c +++ b/console/input.c @@ -181,7 +181,7 @@ ssize_t input_enqueue (input_t input, int nonblock, char *data, input->full = 1; if (was_empty) pthread_cond_broadcast (&input->data_available); - /* Prevent calling condition_broadcast again if nonblock. */ + /* Prevent calling pthread_cond_broadcast again if nonblock. */ was_empty = 0; } else -- cgit v1.2.3