diff options
Diffstat (limited to 'include/os_linux.h')
-rw-r--r-- | include/os_linux.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/os_linux.h b/include/os_linux.h deleted file mode 100644 index d418090..0000000 --- a/include/os_linux.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef STASIS_OS_LINUX_H -#define STASIS_OS_LINUX_H - -#include <limits.h> - -#ifndef PATH_MAX -#include <linux/limits.h> -#endif - -#endif |