/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
glibc-2.31
include/mqueue.h
13 строк
360 B
Joseph Myers
Fix mq_receive, mq_send mq_timed* namespace (bug 18545).
17 июн 2015, 23:19
17 июн 2015, 23:19
dfa2d21
Код
Авторство
О чём код?
#include <rt/mqueue.h> #ifndef _ISOMAC # if IS_IN (librt) hidden_proto (mq_timedsend) extern __typeof (mq_timedsend) __mq_timedsend __nonnull ((2, 5)); hidden_proto (__mq_timedsend) hidden_proto (mq_timedreceive) extern __typeof (mq_timedreceive) __mq_timedreceive __nonnull ((2, 5)); hidden_proto (__mq_timedreceive) hidden_proto (mq_setattr) # endif #endif