diff options
| author | Yabin Cui <yabinc@google.com> | 2015-02-09 19:46:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-02-09 19:46:46 +0000 |
| commit | a4fc89badf4ef4d42df0927340c6f0d02167a3d6 (patch) | |
| tree | b8324fc632e9562d0d5c10128a37dac26b1403ea | |
| parent | f69139e105ef32199afdf35027e9dfc48ad215d7 (diff) | |
| parent | 5e52226f02b7199fa7870a6195b3e5c0efb1c8d3 (diff) | |
| download | bionic-a4fc89badf4ef4d42df0927340c6f0d02167a3d6.zip bionic-a4fc89badf4ef4d42df0927340c6f0d02167a3d6.tar.gz bionic-a4fc89badf4ef4d42df0927340c6f0d02167a3d6.tar.bz2 | |
Merge "Stop including <linux/param.h> in <sys/param.h>."
| -rw-r--r-- | libc/include/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
