From 2806f66dbd0a7a47fb97fda5f9caedbac4b5f18b Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 27 Mar 2023 09:47:17 +0100 Subject: [PATCH] Fix typo in include/os/lock.h --- include/os/lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/os/lock.h b/include/os/lock.h index 64e38fc..c318c45 100644 --- a/include/os/lock.h +++ b/include/os/lock.h @@ -44,7 +44,7 @@ bool os_unfair_lock_trylock(os_unfair_lock_t lock); void os_unfair_lock_unlock(os_unfair_lock_t lock); -__MP__BEGIN_DECLS +__MP__END_DECLS /* it is not clear how to implement these functions