Forum Discussion
Altera_Forum
Honored Contributor
20 years agoposix thread: sched_param undeclared.
Hi guys, I'm using uCLinux with Microtronix distribution v 1.4 running on Nios II. gcc -v == 3.4.1 Thread model: single What's wrong with this code? # include <pthread.h> int m...
Altera_Forum
Honored Contributor
20 years ago-- sched_param param;
++ struct sched_param param;