Lack of POSIX compliance for sched_param struct #13470
Labels
area: POSIX
POSIX API Library
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
struct sched_param in Zephyr has a field named "priority", according to the POSIX specification
this field should be named "sched_priority". Is defined in include/posix/posix_sched.h
The text was updated successfully, but these errors were encountered: