File:  [DVB] / dietlibc / lib / mq_getattr.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>

int mq_getattr(mqd_t mqdes, struct mq_attr *mqstat) {
  return mq_setattr(mqdes, NULL, mqstat);
}


LinuxTV legacy CVS <linuxtv.org/cvs>