commit | 925d388e24945afb17f66d5c132f993e6a0d4fee | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jul 22 01:47:48 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jul 19 23:20:08 2014 +0000 |
tree | 3ca96fb9e334eb836c7000bb03feacf1b709ee07 | |
parent | b828eaeb4512baba6d43a56da682bd7329079822 [diff] | |
parent | 3ad8ecb64e9dd5614169232b84a93eb3b8aa32d7 [diff] |
Merge "Rewrite syslog(3) to use Android logging."
diff --git a/libc/include/stdint.h b/libc/include/stdint.h index f34843c..a6f8505 100644 --- a/libc/include/stdint.h +++ b/libc/include/stdint.h
@@ -203,7 +203,7 @@ #if defined(__WINT_UNSIGNED__) # define WINT_MAX UINT32_MAX -# define WINT_MIN UINT32_MIN +# define WINT_MIN 0 #else # define WINT_MAX INT32_MAX # define WINT_MIN INT32_MIN