mq_open_
int mq = mq_open_("/cap_mq", O_RDWR|O_CREAT, 0644, NULL);
EXPECT_CAPMODE(mq_open_("/cap_mw", O_RDWR|O_CREAT, 0644, NULL));