mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30054 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
14 lines
265 B
Diff
14 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"
|