mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] why musl doesn't support "LD_SHOW_AUXV"?
@ 2023-03-31  8:44 Chen Wang
  2023-04-08  0:51 ` Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Wang @ 2023-03-31  8:44 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

Hello,

as per the title of this message, I find LD_SHOW_AUXV doesn't work for musl and I checked the latest 1.2.3 and don't find code about this.
Thanks in adv.



Best Regards

Chen

[-- Attachment #2: Type: text/html, Size: 796 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [musl] why musl doesn't support "LD_SHOW_AUXV"?
  2023-03-31  8:44 [musl] why musl doesn't support "LD_SHOW_AUXV"? Chen Wang
@ 2023-04-08  0:51 ` Rich Felker
  0 siblings, 0 replies; 2+ messages in thread
From: Rich Felker @ 2023-04-08  0:51 UTC (permalink / raw)
  To: Chen Wang; +Cc: musl

On Fri, Mar 31, 2023 at 04:44:17PM +0800, Chen Wang wrote:
> Hello,
> 
> as per the title of this message, I find LD_SHOW_AUXV doesn't work
> for musl and I checked the latest 1.2.3 and don't find code about
> this.
> Thanks in adv.

In general we do not have LD_* except for (as documented)
LD_LIBRARY_PATH and LD_PRELOAD, and aim to maximally avoid
having/introducing environment variables that alter program behavior
behind the application's back.

Rich

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-08  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31  8:44 [musl] why musl doesn't support "LD_SHOW_AUXV"? Chen Wang
2023-04-08  0:51 ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).