diff options
Diffstat (limited to 'core/sync/futex_darwin.odin')
| -rw-r--r-- | core/sync/futex_darwin.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sync/futex_darwin.odin b/core/sync/futex_darwin.odin index b85b15782..44746e57b 100644 --- a/core/sync/futex_darwin.odin +++ b/core/sync/futex_darwin.odin @@ -5,7 +5,7 @@ package sync import "core:c" import "core:time" -foreign import System "System.framework" +foreign import System "system:System.framework" foreign System { // __ulock_wait is not available on 10.15 |