On Feb 28 18:13, Yeo Kai Wei via Cygwin wrote:
> Hi Cygwin,
> 
> May I ask if there will be an implementation of msgget() on Cygwin for
> Windows?

There is, for ages.  However, you have to run cygserver for that
to work:

  https://cygwin.com/cygwin-ug-net/using-cygserver.html

If cygserver isn't running, the XSI IPC functions return ENOSYS.

Alternatively, convert your tool to using POSIX message queues, those
are using a file backed solution and don't require cygserver.


Corinna

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to