Skip to content
Snippets Groups Projects
Commit 182e43ed authored by Eugine Blikh's avatar Eugine Blikh
Browse files

move linux/limits.h to limits.h

parent 4e8fb7dc
No related branches found
No related tags found
No related merge requests found
......@@ -36,11 +36,9 @@
#include <time.h>
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#ifdef __linux__
# include <malloc.h>
# include <linux/limits.h>
#else
# define PATH_MAX 4096
#endif
#include <connector/c/include/tarantool/tnt.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment