/
githubmirror
/
rdma-core
Обзор
Документация
Войти
/
githubmirror
/
rdma-core
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
buildlib/fixup-include/sys-stat.h
7 строк
159 B
Leon Romanovsky
build: Fix missing __fxstat declaration from glibc 2.33
05 май 2021, 12:00
05 май 2021, 12:00
e8019ce
Код
Авторство
О чём код?
#ifndef _FIXUP_SYS_STAT_H #define _FIXUP_SYS_STAT_H #include_next <sys/stat.h> extern int __fxstat(int __ver, int __fildes, struct stat *__stat_buf); #endif