Split off from #31802.
Pre-empt tidy warning when multiprocess is on by default:
0[10:33:51.654] /ci_container_base/src/ipc/capnp/protocol.cpp:20:10: error: inclusion of deprecated C++ header 'errno.h'; consider using 'cerrno' instead [modernize-deprecated-headers,-warnings-as-errors]
1[10:33:51.654] 20 | #include <errno.h>
2[10:33:51.654] | ^~~~~~~~~
3[10:33:51.654] | <cerrno>
4[10:33:51.654] 919 warnings generated.
https://github.com/bitcoin/bitcoin/pull/31802/checks?check_run_id=43968493627