On Tue, Apr 12, 2022 at 12:44 PM Tyler Retzlaff <[email protected]> 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 <[email protected]> > Signed-off-by: Tyler Retzlaff <[email protected]>
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). It can be squashed in patch 3 where thread_log_last_error is first used. -- David Marchand

