util.signal: Restore non-standard GNU "default" behaviour of signal(2)

This commit is contained in:
Kim Alvefur 2017-03-11 16:41:23 +01:00
parent 384687ffa4
commit bde567fd42

View file

@ -26,7 +26,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#define _POSIX_C_SOURCE 200809L
#define _DEFAULT_SOURCE
#include <signal.h>
#include <stdlib.h>