Skip to content

Commit

Permalink
blocklist xpc_dictionary_set_mach_send
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton committed Apr 11, 2024
1 parent 0a9ce15 commit 534c1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xpc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ fn main() {
.allowlist_function("^xpc_.*")
.allowlist_var("^_xpc_.*")
.allowlist_var("^bootstrap_port")
// This function began appearing as of macOS 14.4 SDK headers
.blocklist_function("xpc_dictionary_set_mach_send")
// The following symbols should probably be in libc or mach2, but are not
.allowlist_function("^mach_port.*")
.allowlist_function("^vm_allocate")
Expand Down

0 comments on commit 534c1ad

Please sign in to comment.