4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

20 lines
402 B
Groff
Raw Normal View History

What's new:
-----------
What changed:
-------------
Bug Fixes
---------
- Fix the problem that `ps' or `pstree' may show up in their own output twice.
Addresses: Report on IRC
- Honor setting uc_sigmask in a sigaction signal handler.
Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00016.html
- Fix signal handling if setcontext is called from a signal handler.
Addresses: Self-tested.