You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
..
mq_close.c add support for POSIX message queues, except mq_notify 15 years ago
mq_getattr.c add support for POSIX message queues, except mq_notify 15 years ago
mq_notify.c fix longstanding missing static in mq_notify (namespace pollution) 14 years ago
mq_open.c mq names without leading / have impl-def behavior; allowing them is easier 15 years ago
mq_receive.c add support for POSIX message queues, except mq_notify 15 years ago
mq_send.c add support for POSIX message queues, except mq_notify 15 years ago
mq_setattr.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
mq_timedreceive.c use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
mq_timedsend.c mq send/recv functions are cancellation points 15 years ago
mq_unlink.c mq names without leading / have impl-def behavior; allowing them is easier 15 years ago