c - IPC not found with cygwin -


i have problem can't create message queue cygwin:

if ((queue_id = msgget(ipc_private,ipc_creat|0666)) < 0)     {         printf("msgget\n");         return 1;     } 

this code returns "msgget" string. why not, what's wrong? how can install message queues cygwin?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -