ab11386a
1 2 3 4 5 6 7
#include <mqueue.h> #include "syscall.h" int mq_getattr(mqd_t mqd, struct mq_attr *attr) { return mq_setattr(mqd, 0, attr); }