sway/include
Kenny Levinsen 4edfae68c4 Use SIG_IGN for SIGCHLD instead of our own handler
The behavior of handlers registered with signal(3p) is not well-defined
for signals delivered more than once, as laid out in the man page.

We should replace our use of signal with sigaction, but for SIGCHLD
specifically we can also just skip the signals altogether by setting the
handler to SIG_IGN which causes child reaping to not be required.

Fixes: https://github.com/swaywm/sway/pull/8567
2025-03-09 12:53:02 +01:00
..
sway Use SIG_IGN for SIGCHLD instead of our own handler 2025-03-09 12:53:02 +01:00
swaybar common: move load_image to swaybar 2023-11-23 20:42:04 +01:00
swaynag swaynag: Implement wp_cursor_shape_v1 2023-07-31 10:34:11 +02:00
cairo_util.h
gesture.h
ipc-client.h
ipc.h
list.h
log.h
loop.h
meson.build
pango.h pango: add printf attribute 2023-04-14 18:34:54 +02:00
pool-buffer.h
stringop.h stringop: move over has_prefix() 2025-01-07 16:35:31 +01:00
util.h