lkml.org 
[lkml]   [2015]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] sched_setattr.2: Remove a const attribute
Date
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.
---
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 ,
--
2.4.2


\
 
 \ /
  Last update: 2015-06-09 14:41    [W:0.122 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site