Hi David, > From 5b175adfa5ef9ab52ce69f7eb6775efe8a828974 Mon Sep 17 00:00:00 2001 > From: David Carlier <devne...@gmail.com> > Date: Fri, 13 May 2022 20:16:15 +0100 > Subject: [PATCH] BUILD/MINOR: few solaris updates. > > - get_exec_path using getexecname, fetching AT_SUN_EXECNAME from the > auxiliary vectors. > - __maybe_unused already defined.
Please split it in two, as it really addresses two completely independent things. It seems that the former improves error reporting while the second one is a build fix. Thanks, Willy