commit | 46b44160e9e4c466be0faf1bb8d6ec70ecc83273 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri May 27 11:14:16 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Jun 02 13:40:35 2016 -0700 |
tree | 80036c736b6315189745423724f1d69cb3b74682 | |
parent | 6e9c1f61d8ea04d35d18709e373da355ca32e523 [diff] [blame] |
Update header versions for NDK platform fixes. Bug: http://b/28178111 Change-Id: Icd638673b409aa43a91490f77c6b4d79c9ea20d9
diff --git a/libc/include/strings.h b/libc/include/strings.h index ca9f658..021e2b4 100644 --- a/libc/include/strings.h +++ b/libc/include/strings.h
@@ -54,11 +54,7 @@ #define bzero(b, len) (void)(__builtin_memset((b), '\0', (len))) #endif -#if defined(__i386__) -int ffs(int) __INTRODUCED_IN(21); -#else -int ffs(int); -#endif +int ffs(int) __INTRODUCED_IN_X86(18); __END_DECLS