as an extension, have putenv("VAR") behave as unsetenv("VAR")
[musl] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4
5 .section .fini
6 .global _fini
7 _fini: