]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with Glib 2.73.2+ and SIGCHLD handler
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2022 20:22:16 +0000 (15:22 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2022 21:19:49 +0000 (16:19 -0500)
commitfa993926181f8c607fbb1e86c3fe1f7e7bacf5e9
treeab932ac50c73eb5511ca24eddf49645b56dc63bb
parent9189ad45612141cc9db5c3e98de5e44e07e6f9b0
Fix problem with Glib 2.73.2+ and SIGCHLD handler

This code fix is by Stefan Monnier (Bug#57699).
* src/process.c (init_process_emacs) [HAVE_GLIB && !WINDOWSNT]:
Adjust to Glib 2.73.2 behavior change on Linux kernel 5.3+.
src/process.c