aboutsummaryrefslogtreecommitdiffstats
path: root/util-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-11 16:41:23 +0100
committerKim Alvefur <zash@zash.se>2017-03-11 16:41:23 +0100
commit509f5da82d0d0e63ff57779c2f4fe176da0e716a (patch)
treee441deafc9443acca92d4d08856350a6158cbccc /util-src
parentd367c8c3ce3f0c0665a402dc9eadde29aade7b61 (diff)
downloadprosody-509f5da82d0d0e63ff57779c2f4fe176da0e716a.tar.gz
prosody-509f5da82d0d0e63ff57779c2f4fe176da0e716a.zip
util.signal: Restore non-standard GNU "default" behaviour of signal(2)
Diffstat (limited to 'util-src')
-rw-r--r--util-src/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/signal.c b/util-src/signal.c
index 2cf68800..eb3efd66 100644
--- a/util-src/signal.c
+++ b/util-src/signal.c
@@ -26,7 +26,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#define _POSIX_C_SOURCE 200809L
+#define _DEFAULT_SOURCE
#include <signal.h>
#include <stdlib.h>