From f410026b7bc96dbb42fec3839dc5d2e41b12f4a4 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 28 Sep 2024 20:50:36 -0600 Subject: misc --- libcr_ipc/sema.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcr_ipc/sema.c') 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 * SPDX-Licence-Identifier: AGPL-3.0-or-later @@ -6,7 +6,6 @@ #include -#include #include /** Drain the sema->{head,tail} list. Returns true if cr_getcid() was drained. */ -- cgit v1.2.3-2-g168b