fix overflow in sysconf for _SC_MQ_PRIO_MAX
authorRich Felker <dalias@aerifal.cx>
Sat, 14 Sep 2013 23:27:24 +0000 (19:27 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 14 Sep 2013 23:27:24 +0000 (19:27 -0400)
commit7a34dd3495d4bcd3dadc8b9fe2c89f819c15e7fd
treed33e1f855f4d3138f1d16527600b5fed332b7f3c
parentbfba15c9b96c2a42bd02f51ff10596a23a677926
fix overflow in sysconf for _SC_MQ_PRIO_MAX

the value of MQ_PRIO_MAX does not fit, so it needs to use OFLOW.
src/conf/sysconf.c