appended ' __attribute__((weak)); ' to 'extern char * * environ '

This commit is contained in:
p01arst0rm
2020-06-17 03:25:34 +01:00
parent 29542865ce
commit e9970a34e8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
#endif
extern char * * environ;
extern char * * environ __attribute__((weak));
namespace nix {
+1 -1
View File
@@ -21,7 +21,7 @@
using namespace nix;
using namespace std::string_literals;
extern char * * environ;
extern char * * environ __attribute__((weak));
/* Recreate the effect of the perl shellwords function, breaking up a
* string into arguments like a shell word, including escapes
+1 -1
View File
@@ -4,7 +4,7 @@
#include "nixexpr.hh"
#include "profiles.hh"
extern char * * environ;
extern char * * environ __attribute__((weak));
namespace nix {