aboutsummaryrefslogtreecommitdiff
path: root/core/sys/kqueue
diff options
context:
space:
mode:
authorCourtney Strachan <courtney.strachan@gmail.com>2025-10-06 02:41:44 +0100
committerGitHub <noreply@github.com>2025-10-06 02:41:44 +0100
commit6de2d6e8ca687c989bbb7806e5cbe8d791e425bf (patch)
tree03a2e0a84c7c1530215f8e3f59a7f643b39b3677 /core/sys/kqueue
parentdbbe96ae5c343f0e803de6ee508207a62571534f (diff)
parent0f97382fa3e46da80705c00dfe02f3deb9562e4f (diff)
Merge branch 'odin-lang:master' into master
Diffstat (limited to 'core/sys/kqueue')
-rw-r--r--core/sys/kqueue/kqueue.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sys/kqueue/kqueue.odin b/core/sys/kqueue/kqueue.odin
index 56be1cf7a..25ee9bdce 100644
--- a/core/sys/kqueue/kqueue.odin
+++ b/core/sys/kqueue/kqueue.odin
@@ -2,7 +2,7 @@
package kqueue
when ODIN_OS == .Darwin {
- foreign import lib "system:System.framework"
+ foreign import lib "system:System"
} else {
foreign import lib "system:c"
}