72fd1e5538721b6e9163c270ec64232068fc3363
[gapil.git] / sched_param.c
1 struct sched_param {
2     int sched_priority;
3 };