mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-19 08:27:34 -05:00
The compatibility implementation for unsetenv(3) were written to mimic ancient, non-POSIX, variant seen in an old glibc; it has been changed to return an integer to match the more modern era. * jc/unsetenv-returns-an-int: unsetenv(3) returns int, not void