/
githubmirror
/
rdma-core
Обзор
Документация
Войти
/
githubmirror
/
rdma-core
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
buildlib/sparse-include/pthread.h
13 строк
352 B
Benjamin Drung
Explicitly mention license in individual files
28 июн 2017, 15:24
28 июн 2017, 15:24
0a11e9f
Код
Авторство
О чём код?
/* COPYRIGHT (c) 2017 Obsidian Research Corporation. Licensed under BSD (MIT variant) or GPLv2. See COPYING. */ #ifndef _SPARSE_PTHREAD_H_ #define _SPARSE_PTHREAD_H_ #include_next <pthread.h> /* Sparse complains that the glibc version of this has 0 instead of NULL */ #undef PTHREAD_MUTEX_INITIALIZER #define PTHREAD_MUTEX_INITIALIZER {} #endif