summaryrefslogtreecommitdiffstats
path: root/usr/include/sys/param.h
blob: fb3b2e4dea3d3652c7f464a2c870480b6600ceda (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * sys/param.h
 */

#ifndef _SYS_PARAM_H
#define _SYS_PARAM_H

#include <limits.h>
#include <linux/param.h>

#endif				/* _SYS_PARAM_H */