diff options
author | Ayke van Laethem <[email protected]> | 2024-11-07 14:38:31 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-11-20 18:50:34 +0100 |
commit | dd1ebbd31bd23474148686bd1d7a7298fe85038d (patch) | |
tree | fde74a680d8a6290291164d7fde201d459602d57 /lib | |
parent | 95671469c75cb56e7bdee9a061bc20114b4c2dc0 (diff) | |
download | tinygo-dd1ebbd31bd23474148686bd1d7a7298fe85038d.tar.gz tinygo-dd1ebbd31bd23474148686bd1d7a7298fe85038d.zip |
runtime: implement race-free signals using futexes
This requires an API introduced in MacOS 11. I think that's fine, since
the version before that (MacOS 10.15) is EOL since 2022. Though if
needed, we could certainly work around it by using an older and slightly
less nice API.
Diffstat (limited to 'lib')
m--------- | lib/macos-minimal-sdk | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/macos-minimal-sdk b/lib/macos-minimal-sdk -Subproject 4e4113e3b1244b8fdc5e1486577f25e22d63f36 +Subproject 9b69407cb59f8ccbb674bb77b358df7befcbb42 |