Dear all,

Now, I am just writing a IO Board driver under RTLinux. When I try to
compile my code under RTLinux 2.0, everything is OK, but when I try to do
the same thing under RTLinux 3.0 final, I will got some redefinition warning
about the files rtl_sched.h and sched.h. I check these 2 files and found
that both of the have the save definition of sched_param as follows.

struct sched_param {
 int sched_priority;
};

After I comment it in the rtl_sched.h, my code can pass the compile. So I
just  want to know is it a conflict between Linux and RTLinux?

My working on environment is: RH7.0, Linux Kernel 2.2.18, RTLinux 3.0 final.

Thanks a lot
Hai Xu
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to