Files
rust/library/std/src
Jonathan Brouwer 18815ba852 Rollup merge of #153718 - asomers:environ-freebsd, r=Mark-Simulacrum
Fix environ on FreeBSD with cdylib targets that use -Wl,--no-undefined .

Instead of relying on the linker to find the 'environ' symbol, use dlsym.  This fixes using `environ` from cdylibs that link with `-Wl,--no-undefined` .

Fixes rust-lang/rust#153451
Sponsored by:	ConnectWise
2026-03-23 12:14:53 +01:00
..
2026-03-14 17:54:19 +05:30
2026-01-11 16:39:18 +03:00
2025-01-11 06:35:21 +02:00
2026-03-17 09:31:03 +00:00
2026-01-21 19:20:04 +01:00
2024-04-08 11:57:17 +00:00
2026-02-23 13:13:27 +01:00
2025-02-07 16:54:07 +01:00