commit | 78e9ebc3b968ee87958cc6e6b1a190b5ecf4ff95 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 14 09:29:52 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Mar 14 09:29:52 2019 -0700 |
tree | b41171ea153c64f5151d92c5ced1afcbca5b345d | |
parent | 10935e063d3db0ff2b61f710b8f34bd92fa861ba [diff] [blame] |
The future is now (2019 edition). This year, we accidentally shipped NDK r20beta1 first :-( Bug: https://github.com/android-ndk/ndk/issues/932 Test: builds Change-Id: Id66a16ea09e7928843e61612fbdef09e72610d49
diff --git a/libc/include/resolv.h b/libc/include/resolv.h index 1518475..6318d00 100644 --- a/libc/include/resolv.h +++ b/libc/include/resolv.h
@@ -60,7 +60,7 @@ int res_search(const char* __name, int __class, int __type, u_char* __answer, int __answer_size); #define res_randomid __res_randomid -u_int __res_randomid(void) __INTRODUCED_IN_FUTURE; +u_int __res_randomid(void) __INTRODUCED_IN(29); __END_DECLS