On Mon, Apr 25, 2022 at 10:25:30AM +0200, David Marchand wrote: > On Tue, Apr 12, 2022 at 12:44 PM Tyler Retzlaff > <roret...@linux.microsoft.com> wrote: > > > > Add function to translate Windows error codes to errno-style error > > codes. The possible return values are chosen so that we have as > > much semantical compatibility between platforms as possible. > > > > Signed-off-by: Narcisa Vasile <navas...@microsoft.com> > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > This patch alone does not make sense, and I guess it breaks > compilation on Windows if we stop at it during a bisect (because it > adds two unused static symbols).
interesting, didn't happen locally but i can see that it should have. > It can be squashed in patch 3 where thread_log_last_error is first used. yep, makes sense to me. i'll push a new version. thanks