mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-25 21:54:28 +08:00
mdbx: fix pthread_yield()
for non-GLIBC.
Change-Id: I080e37a42b62e524896dea8747e9f23e2fcd584f
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
|
||||
#if defined(__linux__) || defined(__gnu_linux__)
|
||||
#include <linux/sysctl.h>
|
||||
#include <sched.h>
|
||||
#include <sys/sendfile.h>
|
||||
#include <sys/statfs.h>
|
||||
#endif /* Linux */
|
||||
|
Reference in New Issue
Block a user