1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

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

This commit is contained in:
p01arst0rm 2020-06-17 03:19:15 +01:00
parent 29542865ce
commit e9970a34e8
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@
#endif
extern char * * environ;
extern char * * environ __attribute__((weak));
namespace nix {