15 lines
154 B
C
15 lines
154 B
C
#ifndef _SYS_PARAM_H
|
|
#define _SYS_PARAM_H 1
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#include <limits.h>
|
|
|
|
#define MAXPATHLEN PATH_MAX
|
|
|
|
__END_DECLS
|
|
|
|
#endif
|