* [PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2
@ 2026-05-20 21:32 ChaseKnowlden
2026-05-20 23:10 ` Alejandro Colomar
0 siblings, 1 reply; 2+ messages in thread
From: ChaseKnowlden @ 2026-05-20 21:32 UTC (permalink / raw)
To: alx; +Cc: linux-man, ChaseKnowlden
Signed-off-by: ChaseKnowlden <haroldknowlden@gmail.com>
---
man/man2/seccomp.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2
index e469f3997..8b8f2fc61 100644
--- a/man/man2/seccomp.2
+++ b/man/man2/seccomp.2
@@ -16,7 +16,7 @@ Standard C library
.BR "#include <linux/seccomp.h>" " /* Definition of " SECCOMP_* " constants */"
.BR "#include <linux/filter.h>" " /* Definition of " "struct sock_fprog" " */"
.BR "#include <linux/audit.h>" " /* Definition of " AUDIT_* " constants */"
-.BR "#include <linux/signal.h>" " /* Definition of " SIG* " constants */"
+.BR "#include <signal.h>" " /* Definition of " SIG* " constants */"
.BR "#include <sys/ptrace.h>" " /* Definition of " PTRACE_* " constants */"
.\" Kees Cook noted: Anything that uses SECCOMP_RET_TRACE returns will
.\" need <sys/ptrace.h>
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2
2026-05-20 21:32 [PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2 ChaseKnowlden
@ 2026-05-20 23:10 ` Alejandro Colomar
0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2026-05-20 23:10 UTC (permalink / raw)
To: ChaseKnowlden; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]
Hi ChaseKnowlden,
> Subject: Re: [PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2
On 2026-05-20T17:32:58-0400, ChaseKnowlden wrote:
> Signed-off-by: ChaseKnowlden <haroldknowlden@gmail.com>
You should say something more in the commit message. What type conflict
do you have? Why is this fix correct? It would be good to link to
other sources that confirm this, and/or CC glibc.
> ---
> man/man2/seccomp.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man/man2/seccomp.2 b/man/man2/seccomp.2
> index e469f3997..8b8f2fc61 100644
> --- a/man/man2/seccomp.2
> +++ b/man/man2/seccomp.2
> @@ -16,7 +16,7 @@ Standard C library
> .BR "#include <linux/seccomp.h>" " /* Definition of " SECCOMP_* " constants */"
> .BR "#include <linux/filter.h>" " /* Definition of " "struct sock_fprog" " */"
> .BR "#include <linux/audit.h>" " /* Definition of " AUDIT_* " constants */"
> -.BR "#include <linux/signal.h>" " /* Definition of " SIG* " constants */"
> +.BR "#include <signal.h>" " /* Definition of " SIG* " constants */"
Please keep the alignment of the comments.
Have a lovely night!
Alex
> .BR "#include <sys/ptrace.h>" " /* Definition of " PTRACE_* " constants */"
> .\" Kees Cook noted: Anything that uses SECCOMP_RET_TRACE returns will
> .\" need <sys/ptrace.h>
> --
> 2.54.0
>
>
--
<https://www.alejandro-colomar.es>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-20 23:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 21:32 [PATCH] man/man2/seccomp.2: Fix signal.h type conflict with glibc in seccomp.2 ChaseKnowlden
2026-05-20 23:10 ` Alejandro Colomar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox