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). It can be squashed in patch 3 where thread_log_last_error is first used. -- David Marchand