mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Revert "Fix sched_param"
This reverts commit 783c482030
which
accidentaly flew out.
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
#define SCHED_FIFO 1
|
||||
#define SCHED_RR 2
|
||||
|
||||
#include <bits/types/struct_sched_param.h>
|
||||
/* Data structure to describe a process' schedulability. */
|
||||
struct sched_param
|
||||
{
|
||||
int sched_priority;
|
||||
};
|
||||
|
||||
#endif /* bits/sched.h */
|
||||
|
Reference in New Issue
Block a user