commit | 82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Jan 26 10:57:07 2015 -0800 |
committer | Christopher Ferris <cferris@google.com> | Mon Jan 26 10:57:07 2015 -0800 |
tree | 2d3e27eac5a493892ef219628b1ebdc98349b948 | |
parent | 7f3d65de8cf2920981d73adee278c0d7bee79170 [diff] [blame] |
Update kernel headers to v3.18.3. Bug: 19127803 Change-Id: I67fa0832322ddd0032d909476047578be052bcf2
diff --git a/libc/kernel/uapi/linux/random.h b/libc/kernel/uapi/linux/random.h index 6215d08..c81559c 100644 --- a/libc/kernel/uapi/linux/random.h +++ b/libc/kernel/uapi/linux/random.h
@@ -36,4 +36,6 @@ __u32 buf[0]; }; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define GRND_NONBLOCK 0x0001 +#define GRND_RANDOM 0x0002 #endif