[Bug 268518] Undefined symbol error when building shared library with environ(7)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 12 May 2023 01:04:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268518

Yuri Pankov <yuripv@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #1 from Yuri Pankov <yuripv@FreeBSD.org> ---
Both the environ(7) man page and SUSv2 seem to say that this is defined only in
context of process itself, but I could be misunderstanding it.  Konstantin,
could you please provide any input here?

SUSv2:

The value of an environment variable is a string of characters. For a
C-language program, an array of strings called the environment is made
available when a process begins.

environ(7):

An array of strings, called the environment is made available to each process
by execve(2) when a process begins.

-- 
You are receiving this mail because:
You are the assignee for the bug.