Ancora reindicizzazioni, piĆ¹ CLONE_VFORK, CLONE_VM, CLONE_PTRACED
[gapil.git] / listati / sched_param.c
1 struct sched_param {
2     int sched_priority;
3 };