commit | 1f1a51aecd7c825418bfedcb66772e92de790149 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 31 17:05:30 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Mar 31 17:05:30 2016 -0700 |
tree | 542594ba6d7ac07a0af0229bcd473d8a325dc699 | |
parent | eaf50be332f015bd90e45d4f9d111b24cd230f00 [diff] [blame] |
Add a few missing types and constants to headers. This (and other stuff still to come) prevented xfstests from building out of the box. Bug: http://b/27952303 Change-Id: Id38fd37386d43fc351c56dca18785a465e3e6145
diff --git a/libc/include/sys/param.h b/libc/include/sys/param.h index e64d6ce..5d2248f 100644 --- a/libc/include/sys/param.h +++ b/libc/include/sys/param.h
@@ -31,6 +31,8 @@ #include <limits.h> #include <linux/param.h> +#define DEV_BSIZE 512 + #define MAXPATHLEN PATH_MAX #define MAXSYMLINKS 8