diff --git a/userspace/libraries/LibC/include/sys/param.h b/userspace/libraries/LibC/include/sys/param.h index e69de29b..4be8b31d 100644 --- a/userspace/libraries/LibC/include/sys/param.h +++ b/userspace/libraries/LibC/include/sys/param.h @@ -0,0 +1,14 @@ +#ifndef _SYS_PARAM_H +#define _SYS_PARAM_H 1 + +#include + +__BEGIN_DECLS + +#include + +#define MAXPATHLEN PATH_MAX + +__END_DECLS + +#endif