Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2023 01:04:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268518] Undefined symbol error when building shared library with environ(7)
Message-ID:  <bug-268518-227-C0NTdjOfYW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268518-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268518-227-C0NTdjOfYW>