linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: include <signal.h> for platform_crash
@ 2021-03-30 15:57 Leah Neukirchen
  2021-03-30 18:51 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Leah Neukirchen @ 2021-03-30 15:57 UTC (permalink / raw)
  To: linux-xfs; +Cc: leah

Needed for kill(2) prototype and SIGKILL definition.
Fixes build on musl 1.1.24.

Signed-off-by: Leah Neukirchen <leah@vuxu.org>
---
 include/linux.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux.h b/include/linux.h
index 7bf59e07..a22f7812 100644
--- a/include/linux.h
+++ b/include/linux.h
@@ -18,6 +18,7 @@
 #include <endian.h>
 #include <stdbool.h>
 #include <stdio.h>
+#include <signal.h>
 #include <asm/types.h>
 #include <mntent.h>
 #include <fcntl.h>
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfsprogs: include <signal.h> for platform_crash
  2021-03-30 15:57 [PATCH] xfsprogs: include <signal.h> for platform_crash Leah Neukirchen
@ 2021-03-30 18:51 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2021-03-30 18:51 UTC (permalink / raw)
  To: Leah Neukirchen; +Cc: linux-xfs

On Tue, Mar 30, 2021 at 05:57:42PM +0200, Leah Neukirchen wrote:
> Needed for kill(2) prototype and SIGKILL definition.
> Fixes build on musl 1.1.24.
> 
> Signed-off-by: Leah Neukirchen <leah@vuxu.org>

Looks good to me, and I'll remind everyone that we (your maintainers)
rely on the help of the wider community for building and testing on
non-default configurations.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  include/linux.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux.h b/include/linux.h
> index 7bf59e07..a22f7812 100644
> --- a/include/linux.h
> +++ b/include/linux.h
> @@ -18,6 +18,7 @@
>  #include <endian.h>
>  #include <stdbool.h>
>  #include <stdio.h>
> +#include <signal.h>
>  #include <asm/types.h>
>  #include <mntent.h>
>  #include <fcntl.h>
> -- 
> 2.31.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-30 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 15:57 [PATCH] xfsprogs: include <signal.h> for platform_crash Leah Neukirchen
2021-03-30 18:51 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).