]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/unsetenv-returns-an-int'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:48 +0000 (15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2021 23:41:48 +0000 (15:41 -0800)
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

1  2 
git-compat-util.h

Simple merge