mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
appended ' __attribute__((weak)); ' to 'extern char * * environ '
This commit is contained in:
parent
29542865ce
commit
e9970a34e8
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue