mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix definition of SchedParam.
Linux defines this struct as:
struct sched_param {
int priority;
}
... in include/linux/sched.h.
PiperOrigin-RevId: 332473133
This commit is contained in:
committed by
gVisor bot
parent
313e1988c4
commit
ef7d9a6fcd
@@ -30,7 +30,7 @@ const (
|
||||
//
|
||||
// +marshal
|
||||
type SchedParam struct {
|
||||
schedPriority int64
|
||||
schedPriority int32
|
||||
}
|
||||
|
||||
// SchedGetparam implements linux syscall sched_getparam(2).
|
||||
|
||||
Reference in New Issue
Block a user