aboutsummaryrefslogtreecommitdiff
path: root/linux/signal.h.in
blob: 44e7ea39e37cc4f49df259024b37e2d1d5c72996 (plain)
1
2
3
4
5
/*
 * Workaround the infamous incompatibility between <linux/signal.h>
 * and many libc headers by overriding <linux/signal.h> with <signal.h>.
 */
#include <signal.h>