commit | d50495a56760fdc116b7484bcdf1183c76db9b37 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 29 17:22:33 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 29 17:22:33 2014 +0000 |
tree | ca512db1d67c98e989365fedd3a1f3d08a3e658a | |
parent | cbb4606ad00f084f984c92a8674400a112ea200e [diff] | |
parent | 89aaaffbf8f2d09b56c1cc1345cdaf28c331ab5e [diff] |
Merge "Extra strtod/strtof tests."
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h index fd2bf6c..b97eaf9 100644 --- a/libc/include/stdlib.h +++ b/libc/include/stdlib.h
@@ -112,8 +112,8 @@ extern double drand48(void); extern void srand48(long); -unsigned int arc4random(void); -unsigned int arc4random_uniform(unsigned int); +uint32_t arc4random(void); +uint32_t arc4random_uniform(uint32_t); void arc4random_buf(void*, size_t); #define RAND_MAX 0x7fffffff