aboutsummaryrefslogtreecommitdiff
path: root/mutex.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
committerTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
commite859880db83c5120670b87c1d5a8cf03eedc1806 (patch)
treefd50f8027c41f4afe8f7ba7a1cfd8f01b7180f37 /mutex.c
parent69f4e3e77b48e2901c908837978282ea86c54d24 (diff)
downloadhaxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.tar.gz
haxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.zip
File descriptions
Diffstat (limited to 'mutex.c')
-rw-r--r--mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutex.c b/mutex.c
index d2bd860..7536556 100644
--- a/mutex.c
+++ b/mutex.c
@@ -1,4 +1,4 @@
-// One of the code files for HaxServ
+// Just ensures the mutex functions get compiled in somewhere, and only once, for if it's not inlined somewhere
//
// Written by: Test_User <hax@andrewyu.org>
//