1 2 3 4 5 6 7 8 9 10
#ifndef STASIS_OS_LINUX_H #define STASIS_OS_LINUX_H #include <limits.h> #ifndef PATH_MAX #include <linux/limits.h> #endif #endif