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/sys/auxv.h b/libc/include/sys/auxv.h index 4611fcc..2fa637e 100644 --- a/libc/include/sys/auxv.h +++ b/libc/include/sys/auxv.h
@@ -33,7 +33,7 @@ __BEGIN_DECLS -unsigned long int getauxval(unsigned long int type) __INTRODUCED_IN(21); +unsigned long int getauxval(unsigned long int type) __INTRODUCED_IN(18); __END_DECLS