commit | 2d8f9b5aea90b57cd01c0a07cfff032092b4672e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Feb 09 13:58:28 2015 -0800 |
committer | Yabin Cui <yabinc@google.com> | Mon Feb 09 19:56:47 2015 -0800 |
tree | 5e0c6af872e20d46e99e1b47a6378360915b70bf | |
parent | a4fc89badf4ef4d42df0927340c6f0d02167a3d6 [diff] [blame] |
Define MAXHOSTNAMELEN explicitly in source files. Bug: 19093777 Bug: 19092844 Change-Id: I0778507ca2d5c008abb9a6d6315d0909263a8817
diff --git a/libc/include/sys/param.h b/libc/include/sys/param.h index 03a462e..e64d6ce 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