Posix queues

Hi! Everybody%)
I got a question like this: Does my FreeBSD5.1 support Posix queues.
Thanks!

Yes, it does.

Can you tell me how can I know it or where can I read about this.

You mean message queues? msgget man page

yes like them

Great! So that man page I linked should enable you to read about them. And that page links to the other system calls.

Thanks! I've already seen man pages about them:) unfortunately, I'm writing from other PC, not mine and can't exactly say about the error I got. Are there any constans in system, that tell about supporting queues?

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' "