Does Linux currently support POSIX message queues and
POSIX timers?
That is, does Linux support mq_send(), mq_receive(),
timer_settime(), etc?
I found POSIX semaphores in the glibc2 libpthread...
I'm trying to write an application portable to Linux, VxWorks,
Solaris and other sufficiently POSIX systems. POSIX message queues
and timers are required.
Thanks for letting me know,
Greg Walker