/* Test for the existance and valid prototype of the mq_open function as specified on line 9687 of the Base Definitions document */ #include #include "posixtest.h" #include int main() { fprintf(stderr, "Test not implemented!\n"); return PTS_UNTESTED; }