]> sourceware.org Git - newlib-cygwin.git/commit
Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.
authorErik M. Bray <erik.bray@lri.fr>
Tue, 10 Jan 2017 15:03:09 +0000 (16:03 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 10 Jan 2017 15:24:50 +0000 (16:24 +0100)
commit578bbc3a2907aed549da6fcfc4713f3a2358cc86
tree2250fb312aecbb1e7ffe0641da515d32e89491ee
parent7fd70a9706cbd78010003fed63d290d899a1f6cf
Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.

Returns the process's environment concatenated into a single block of
null-terminated strings, along with the length of the environment block.

Adds an associated PICOM_ENVIRON commune_process handler.
winsup/cygwin/pinfo.cc
winsup/cygwin/pinfo.h
This page took 0.030712 seconds and 5 git commands to generate.