<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/2806f66dbd0a7a47fb97fda5f9caedbac4b5f18b">https://github.com/macports/macports-legacy-support/commit/2806f66dbd0a7a47fb97fda5f9caedbac4b5f18b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 2806f66  Fix typo in include/os/lock.h
</span>2806f66 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2806f66dbd0a7a47fb97fda5f9caedbac4b5f18b
</span>Author: Chris Jones <cjones051073@icloud.com>
AuthorDate: Mon Mar 27 09:47:17 2023 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Fix typo in include/os/lock.h
</span>---
 include/os/lock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/include/os/lock.h b/include/os/lock.h
</span><span style='display:block; white-space:pre;color:#808080;'>index 64e38fc..c318c45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/include/os/lock.h
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/include/os/lock.h
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ bool os_unfair_lock_trylock(os_unfair_lock_t lock);
</span> 
 void os_unfair_lock_unlock(os_unfair_lock_t lock);
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-__MP__BEGIN_DECLS
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+__MP__END_DECLS
</span> 
 /*
 it is not clear how to implement these functions
</pre><pre style='margin:0'>

</pre>