OSDN Git Service

librt: provide missing prototypes for mq_timedreceive,mq_timedsend
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 23 Mar 2011 14:24:46 +0000 (15:24 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:32 +0000 (14:00 +0200)
commitcfe1298282b9b49f11c0002b1f9cc98da2ad0065
tree099447ec39c2382a88d9e440868f272f56fc561f
parentb8e6e4064cd69b160926cc77731e667e3fe91682
librt: provide missing prototypes for mq_timedreceive,mq_timedsend

If ADVANCED_REALTIME is disabled, these prototypes are missing and
librt_hidden_proto() fails.
Makefile.in: added a comment, we build mq_timedreceive/mq_timedsend
on NPTL even if ADVANCED_REALTIME is disabled.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
librt/Makefile.in
librt/mq_receive.c
librt/mq_send.c