]> sourceware.org Git - newlib-cygwin.git/commit
Add comment to point out missing access right per documentation
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 27 Jun 2016 16:00:01 +0000 (18:00 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 27 Jun 2016 16:00:01 +0000 (18:00 +0200)
commit532ecdd36f37e4c5985b8a7c992324e5df48f7a1
tree558a69816cfde214e0e4ddde9a44b005ca2d2c12
parentba58e5f20ce9326ceb30baa461b53546acec9333
Add comment to point out missing access right per documentation

In get_mem_values we open the process without PROCESS_VM_READ access
and are *still* able to request working set information, despite
MSDN claiming we need it for this purpose.  Instead of adding this
access right, just add an comment to point this out for now.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_process.cc
This page took 0.029198 seconds and 5 git commands to generate.