Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1190689 > unrolled thread

Re: [PATCH] sched_setattr.2: Remove a const attribute

Started by"Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
First post2015-07-23 09:50 +0200
Last post2015-07-23 09:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] sched_setattr.2: Remove a const attribute "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com> - 2015-07-23 09:50 +0200

#1190689 — Re: [PATCH] sched_setattr.2: Remove a const attribute

From"Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
Date2015-07-23 09:50 +0200
SubjectRe: [PATCH] sched_setattr.2: Remove a const attribute
Message-ID<pPjqp-et-5@gated-at.bofh.it>
Hello Julian,

On 06/09/2015 02:11 PM, Julian Orth wrote:
> The attr argument of sched_setattr was documented as const but the
> kernel will modify the size field of this struct if it contains an
> invalid value. See the documentation of the size field for details.

Thanks! Patch applied.

Cheers,

Michael


> ---
>  man2/sched_setattr.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2
> index dff8e6d..df14ab4 100644
> --- a/man2/sched_setattr.2
> +++ b/man2/sched_setattr.2
> @@ -31,7 +31,7 @@ set and get scheduling policy and attributes
>  .nf
>  .B #include <sched.h>
>  
> -.BI "int sched_setattr(pid_t " pid ", const struct sched_attr *" attr ,
> +.BI "int sched_setattr(pid_t " pid ", struct sched_attr *" attr ,
>  .BI "                  unsigned int " flags );
>  
>  .BI "int sched_getattr(pid_t " pid ", struct sched_attr *" attr ,



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web