STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
src
lib
core
include
os_linux.h
1
#ifndef STASIS_OS_LINUX_H
2
#define STASIS_OS_LINUX_H
3
4
#include <limits.h>
5
6
#ifndef PATH_MAX
7
#include <linux/limits.h>
8
#endif
9
10
#endif
Generated by
1.13.2