Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-01-21 | Update "src/signals.h" | guraga | -1/+1 | |
Use "extern volatile" instead of "volatile extern" to avoid "gcc" warning "'extern' is not at beginning of declaration [-Wold-style-declaration]". | ||||
2018-12-04 | Declare sig_exit as volatile | Daniel Friesel | -1/+1 | |
sig_exit may be changed by a signal handler, so its value should always be read from RAM. | ||||
2018-07-06 | Update signals.h | giladogit | -1/+1 | |
See issue #405 | ||||
2010-06-09 | Use SIGUSR1/SIGUSR2 in slideshow mode to change images | Daniel Friesel | -0/+31 | |