mirror of
https://github.com/git/git.git
synced 2026-05-18 17:35:38 +02:00
0ae87432aa
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