diff options
Diffstat (limited to 'libbb/setenv.c')
-rw-r--r-- | libbb/setenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/setenv.c b/libbb/setenv.c index 3a22ea7b7..401d0cec5 100644 --- a/libbb/setenv.c +++ b/libbb/setenv.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "../git-compat-util.h" | 1 | #include "libbb.h" |
2 | 2 | ||
3 | int gitsetenv(const char *name, const char *value, int replace) | 3 | int setenv(const char *name, const char *value, int replace) |
4 | { | 4 | { |
5 | int out; | 5 | int out; |
6 | size_t namelen, valuelen; | 6 | size_t namelen, valuelen; |