? eCos_posix.patch Index: current/include/mqueue.h =================================================================== RCS file: /cvs/ecos/ecos/packages/isoinfra/current/include/mqueue.h,v retrieving revision 1.3 diff -r1.3 mqueue.h 70a71,73 > #ifdef CYGFUN_KERNEL_THREADS_TIMER > #include /* timespec */ > #endif 104a108,119 > > #ifdef CYGFUN_KERNEL_THREADS_TIMER > extern int > mq_timedsend( mqd_t /* mqdes */, const char * /* msg_ptr */, > size_t /* msg_len */, unsigned int /* msg_prio */, > const struct timespec * /* abs_timeout */); > > extern ssize_t > mq_timedreceive( mqd_t /* mqdes */, char * /* msg_ptr */, > size_t /* msg_len */, unsigned int * /* msg_prio */, > const struct timespec * /* abs_timeout */); > #endif