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/time.h b/libc/include/time.h index ea41fda..48c5efc 100644 --- a/libc/include/time.h +++ b/libc/include/time.h
@@ -109,7 +109,7 @@ time_t timegm(struct tm* __tm) __INTRODUCED_IN(12); #define TIME_UTC 1 -int timespec_get(struct timespec* __ts, int __base) __INTRODUCED_IN_FUTURE; +int timespec_get(struct timespec* __ts, int __base) __INTRODUCED_IN(29); __END_DECLS