From 71b3a63b641716165f664cf112be0673a122cea0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 22 Nov 2017 21:30:24 +0100 Subject: librt: fix broken posix_spawn Fix iteration over signals, synced with GNU C library code and pending patches. Issues found when running dhcpcd with hook scripts. (exit status 127) Reported-By: kapeka --- libpthread/nptl/sysdeps/unix/sysv/linux/raise.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/raise.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/raise.c b/libpthread/nptl/sysdeps/unix/sysv/linux/raise.c index f74cd0be3..c0f6e277b 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/raise.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/raise.c @@ -1,5 +1,4 @@ /* Copyright (C) 2002-2016 Free Software Foundation, Inc. - This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. The GNU C Library is free software; you can redistribute it and/or @@ -20,7 +19,7 @@ #include #include #include -#include +#include int raise (int sig) -- cgit v1.2.3