/* Test for the existance and valid format of the mq_attr structure as specified on line 9678 of the Base Definitions document */ #include #include "posixtest.h" #include int main() { fprintf(stderr, "Not Implemented!\n"); return PTS_UNTESTED; }