diff options
Diffstat (limited to 'libcr_ipc/sema.c')
-rw-r--r-- | libcr_ipc/sema.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcr_ipc/sema.c b/libcr_ipc/sema.c index a3b2ca0..9645a41 100644 --- a/libcr_ipc/sema.c +++ b/libcr_ipc/sema.c @@ -1,4 +1,4 @@ -/* coroutine_sema.h - Simple semaphores for coroutine.{h,c} +/* libcr_ipc/sema.c - Simple semaphores for libcr (implementation file) * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later @@ -6,7 +6,6 @@ #include <assert.h> -#include <libcr/coroutine.h> #include <libcr_ipc/sema.h> /** Drain the sema->{head,tail} list. Returns true if cr_getcid() was drained. */ |