RE: [PATCH] Cygwin: getpriority() consistent with process priority

2019-10-31 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin-patches
> Pushed. Thank you! It took me awhile, sorry about that -- was extremely busy with stuff and travel

Re: [PATCH] Cygwin: getpriority() consistent with process priority

2019-10-31 Thread Corinna Vinschen
On Oct 30 11:47, Anton Lavrentiev via cygwin-patches wrote: > https://cygwin.com/ml/cygwin/2019-08/msg00122.html > --- > winsup/cygwin/syscalls.cc | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc > index a914ae8..

[PATCH] Cygwin: getpriority() consistent with process priority

2019-10-30 Thread Anton Lavrentiev via cygwin-patches
https://cygwin.com/ml/cygwin/2019-08/msg00122.html --- winsup/cygwin/syscalls.cc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc index a914ae8..20126ce 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscall