mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
38018514e8
Both `_spin_lock_try` and `_spin_unlock` are private and deprecated APIs, which are not exported by any headers in the SDK. The build fails because the configure script does not define the functions before calling them, which is treated as error by clang 16. This patch replaces use of those APIs with `os_unfair_lock`, which is the recommended replacement per the deprecation messages. |
||
---|---|---|
.. | ||
clang-4.8.patch | ||
clang-5.3.patch | ||
clang-6.0.patch | ||
CVE-2017-10140-4.8-cwd-db_config.patch | ||
CVE-2017-10140-cwd-db_config.patch | ||
darwin-mutexes-4.8.patch | ||
darwin-mutexes.patch | ||
db-4.8.nix | ||
db-5.3.nix | ||
db-6.0.nix | ||
db-6.2.nix | ||
generic.nix |