#include #include "syscall.h" int mq_getattr(mqd_t mqd, struct mq_attr *attr) { return mq_setattr(mqd, 0, attr); }