From 8219f30f289cddd77263b67b3005e8cc88136254 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Fri, 21 Apr 2017 16:17:53 -0700 Subject: [PATCH] pause: Fix compilation warning psignal needs a feature check macro Signed-off-by: Mrunal Patel --- pause/pause.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pause/pause.c b/pause/pause.c index ffbceb69..c3066ddc 100644 --- a/pause/pause.c +++ b/pause/pause.c @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +#define _GNU_SOURCE #include #include #include