mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 15:36:59 +02:00
Use patches from gentoo. https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-process/daemontools/files Also split -openrc
13 lines
265 B
Diff
13 lines
265 B
Diff
diff --git a/sig_pause.c b/sig_pause.c
|
|
index 3d1a793..5280934 100644
|
|
--- a/sig_pause.c
|
|
+++ b/sig_pause.c
|
|
@@ -1,5 +1,7 @@
|
|
/* Public domain. */
|
|
-
|
|
+#ifndef _XOPEN_SOURCE
|
|
+#define _XOPEN_SOURCE 500
|
|
+#endif
|
|
#include <signal.h>
|
|
#include "sig.h"
|
|
#include "hassgprm.h"
|