File:  [DVB] / dietlibc / lib / mq_receive.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Oct 4 17:47:03 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
lots of new syscalls

#include <mqueue.h>

ssize_t mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, unsigned int *msg_prio) {
  return mq_timedreceive(mqdes, msg_ptr, msg_len, msg_prio, NULL);
}


LinuxTV legacy CVS <linuxtv.org/cvs>