mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx: remove unneeded usage of <linux/sysctl.h>
.
Fixed https://github.com/erthink/libmdbx/issues/245
This commit is contained in:
parent
17a14ec25f
commit
adac03729d
@ -118,7 +118,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || defined(__gnu_linux__)
|
#if defined(__linux__) || defined(__gnu_linux__)
|
||||||
#include <linux/sysctl.h>
|
|
||||||
#include <sched.h>
|
#include <sched.h>
|
||||||
#include <sys/sendfile.h>
|
#include <sys/sendfile.h>
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user