mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
14 lines
229 B
Diff
14 lines
229 B
Diff
https://bugs.gentoo.org/870949
|
|
--- a/sig_pause.c
|
|
+++ b/sig_pause.c
|
|
@@ -1,5 +1,9 @@
|
|
/* Public domain. */
|
|
|
|
+#ifndef _XOPEN_SOURCE
|
|
+#define _XOPEN_SOURCE 500
|
|
+#endif
|
|
+
|
|
#include <signal.h>
|
|
#include "sig.h"
|
|
#include "hassgprm.h"
|