/
githubmirror
/
liburing
Обзор
Документация
Войти
/
githubmirror
/
liburing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
liburing-2.6
src/ffi.c
15 строк
397 B
Ammar Faizi
ffi: Add SPDX-License-Idetifier
19 дек 2022, 19:59
19 дек 2022, 19:59
2cdebfa
Код
Авторство
О чём код?
/* SPDX-License-Identifier: MIT */ #define IOURINGINLINE #ifdef __clang__ // clang doesn't seem to particularly like that we're including a header that // deliberately contains function definitions so we explicitly silence it #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wmissing-prototypes" #endif #include "liburing.h" #ifdef __clang__ #pragma clang diagnostic pop #endif