mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
socket: According to execle(2) environ shouldn't be const.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
#include "libssh/session.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
extern const char **environ;
|
||||
extern char **environ;
|
||||
#endif
|
||||
/**
|
||||
* @internal
|
||||
|
||||
Reference in New Issue
Block a user