On 04/19/2018 12:46 AM, Samuel Thibault wrote:
> /* Data structure to describe a process' schedulability. */
> -struct sched_param
> -{
> - int sched_priority;
> -};
> +#include <bits/types/struct_sched_param.h>
Maybe remove the comment as well?
Looks okay otherwise.
Thanks,
Florian