commit | 5e52226f02b7199fa7870a6195b3e5c0efb1c8d3 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 03 18:40:44 2015 -0800 |
committer | Yabin Cui <yabinc@google.com> | Wed Feb 04 14:59:58 2015 -0800 |
tree | 856fdb508a5b889b4bbf6bace6223bb5c5af6ab9 | |
parent | d80ec66121b5af96c6b3d07ba34353b3d517f5b3 [diff] [blame] |
Stop including <linux/param.h> in <sys/param.h>. Bug: 19092844 Change-Id: I1a4a0c84a196a187ea32e58491de744cf3c0f404
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