commit | a4fc89badf4ef4d42df0927340c6f0d02167a3d6 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Feb 09 19:46:45 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 09 19:46:46 2015 +0000 |
tree | b8324fc632e9562d0d5c10128a37dac26b1403ea | |
parent | f69139e105ef32199afdf35027e9dfc48ad215d7 [diff] | |
parent | 5e52226f02b7199fa7870a6195b3e5c0efb1c8d3 [diff] |
Merge "Stop including <linux/param.h> in <sys/param.h>."
diff --git a/libc/include/sys/param.h b/libc/include/sys/param.h index e64d6ce..03a462e 100644 --- a/libc/include/sys/param.h +++ b/libc/include/sys/param.h
@@ -29,8 +29,8 @@ #define _SYS_PARAM_H_ #include <limits.h> -#include <linux/param.h> +#define HZ 100 #define MAXPATHLEN PATH_MAX #define MAXSYMLINKS 8