Commit ca7dec7
committed
refactor(fspy): gate ipc_channel_conf on non-musl targets
The IPC channel sender is only used by the preload library, which is
not built on musl (only seccomp-based tracking is used there). Mark
the `ipc_channel_conf` field, its imports, and its creation site as
`#[cfg(not(target_env = "musl"))]` so musl builds don't carry the
unused configuration.
https://claude.ai/code/session_01VqiMHiGeViu1pGhWwJ67Qc1 parent 076cef4 commit ca7dec7
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
94 | 98 | | |
95 | 99 | | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments