The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



Thread: Posix queues
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #8 (permalink)  
Old 10-30-2005
kamazi kamazi is offline
Registered User
 

Join Date: Oct 2005
Location: Russia
Posts: 6
Quote:
Originally Posted by Perderabo
Great! So that man page I linked should enable you to read about them. And that page links to the other system calls.
Hi! I was wrong about msgget, it's SYSTEM V queues. POSIX queues is mq_open in <posix4/mqueue.h> and I got error: "undefined reference to 'mq_open' "
Reply With Quote