rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.76k stars 312 forks source link

Fix #469: set errno to 0 after libexec's on_load #470

Closed Absolucy closed 2 years ago

Absolucy commented 2 years ago

Fixes https://github.com/rizsotto/Bear/issues/469

This simply sets errno = 0 at the end of libexec.so's on_load