]> git.eshelyaron.com Git - emacs.git/commit
Add a FIXME comment to improve the SIGCHLD race condition handling.
authorPhilipp Stephani <phst@google.com>
Sat, 23 Jan 2021 17:39:20 +0000 (18:39 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 23 Jan 2021 17:39:20 +0000 (18:39 +0100)
commit59e9ec72442d264a3e08c9886ad3b49fa8dc9f37
treeefd5349cbd8d4ef2d1220f7622bd21135e57a84f
parentaeff424c555da7e80775482db84eecef10286fc3
Add a FIXME comment to improve the SIGCHLD race condition handling.

* src/process.c: Add FIXME comment describing how we could avoid the
self-pipe on modern Unix-like systems.
src/process.c