environ.7: Remove ancient Linux libc details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-06-29 14:25:07 +02:00
parent a8c2ce042d
commit 1740dfa195
1 changed files with 2 additions and 3 deletions

View File

@ -47,10 +47,9 @@ The last pointer in this array has the value NULL.
(This variable must be declared in the user program,
but is declared in the header file
.I <unistd.h>
in case the header files came from libc4 or libc5, and
in case they came from glibc and
if the
.B _GNU_SOURCE
was defined.)
feature test macro is defined.)
This array of strings is made available to the process by the
.BR exec (3)
call that started the process.