<div dir="ltr">Obviously we're never going to be able to build strace for macOS,<br>but right now the reference to the struct was breaking even a macOS<br>build with strace disabled! From poking at building for arm on the<br>Raspberry Pi over the weekend, changes like this will be needed<br>there too (because different architectures have different _names_<br>for this struct, not just different contents).<br><br>Tested on macOS (where it juts fixes the build) and on x86-64 (where<br>strace continues to function as before).<br>---<br> lib/portability.h     |  2 --<br> toys/pending/strace.c | 42 ++++++++++++++++++++++++------------------<br> 2 files changed, 24 insertions(+), 20 deletions(-)<br></div>