We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb18246 + f1e2a48 commit fc5894bCopy full SHA for fc5894b
compat/unsetenv.c
@@ -2,6 +2,9 @@
2
3
void gitunsetenv (const char *name)
4
{
5
+#if !defined(__MINGW32__)
6
+ extern char **environ;
7
+#endif
8
int src, dst;
9
size_t nmln;
10
0 commit comments