Can't find MQ_PRIO_MAX in include

2013-05-31 Thread Fabrice Boissier
LDFLAGS are : -lrt I'm working on a Debian Squeeze (2.6.32-042stab076.8 #1 SMP Tue May 14 20:38:14 MSK 2013 x86_64), with ldd (Debian EGLIBC 2.11.3-4) 2.11.3. Shouldn't MQ_PRIO_MAX be define in limits.h in the next releases ? Thank you in advance ! -- Fabrice BOISSIER // Metalman

Re: Can't find MQ_PRIO_MAX in include

2013-05-31 Thread Fabrice Boissier
that is included by /usr/include/mqueue.h) Either MQ_PRIO_MAX and some other constants should be defined in limits.h, or struct mq_attr shouldn't be defined twice. 2013/5/31 Neil Williams codeh...@debian.org On Fri, 31 May 2013 11:21:15 +0200 Fabrice Boissier fabrice.boiss...@gmail.com wrote

Re: Can't find MQ_PRIO_MAX in include

2013-05-31 Thread Fabrice Boissier
2013/5/31 Ben Hutchings b...@decadent.org.uk On Fri, 2013-05-31 at 11:21 +0200, Fabrice Boissier wrote: Hello, [...] This is not a support forum for Linux development. But as people have already started giving you silly answers: I previously searched... and nearly nobody uses POSIX MQ