commit | 55c5ec64bd26d92bd1882a9a4c91445de73ebfa2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 12 22:05:09 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 12 22:05:10 2013 +0000 |
tree | 830064e37f876f2c1028a9cbb5b6146a6e2c78f7 | |
parent | 944ea1a32018c44d6cb55c9454e670b0e152da6d [diff] | |
parent | d8627af159c6b1bc40296fb29297c61b30a5a8e2 [diff] |
Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work."
diff --git a/libc/include/stdint.h b/libc/include/stdint.h index 222ff1b..6f676ce 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h
@@ -30,7 +30,7 @@ #include <stddef.h> #include <sys/_types.h> -#include <machine/limits.h> /* For SIZE_MAX. */ +#include <limits.h> /* For SIZE_MAX. */ #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) # define __STDINT_LIMITS