In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f15c31c178d6fa50bc256d9c7a373eab5648f939?hp=a12b621d793c8351fe47e57f6bfa2df451bd6f44>
- Log ----------------------------------------------------------------- commit f15c31c178d6fa50bc256d9c7a373eab5648f939 Author: James E Keenan <[email protected]> Date: Wed Jul 30 07:45:40 2014 -0400 Correct double mention of winpid_to_pid. As reported by graham at wdlabs dot com. For: RT #122430 ----------------------------------------------------------------------- Summary of changes: README.cygwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.cygwin b/README.cygwin index 02ab4fb..691da50 100644 --- a/README.cygwin +++ b/README.cygwin @@ -390,7 +390,7 @@ Cygwin processes have their own pid, which is different from the underlying windows pid. Most posix compliant Proc functions expect the cygwin pid, but several Win32::Process functions expect the winpid. E.g. C<$$> is the cygwin pid of F</usr/bin/perl>, which is not -the winpid. Use C<Cygwin::winpid_to_pid()> and C<Cygwin::winpid_to_pid()> +the winpid. Use C<Cygwin::pid_to_winpid()> and C<Cygwin::winpid_to_pid()> to translate between them. =item * Cygwin vs. Windows errors -- Perl5 Master Repository
