Chromium Code Reviews| Index: srtp/crypto/include/kernel_compat.h |
| =================================================================== |
| --- srtp/crypto/include/kernel_compat.h (revision 294174) |
| +++ srtp/crypto/include/kernel_compat.h (working copy) |
| @@ -68,7 +68,7 @@ |
| /* rand() implementation. */ |
| #define RAND_MAX 32767 |
| -static INLINE int rand(void) |
| +static inline int rand(void) |
| { |
| uint32_t temp; |
| get_random_bytes(&temp, sizeof(temp)); |