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/personality.h b/libc/include/sys/personality.h index 68ae77c..15a5e68 100644 --- a/libc/include/sys/personality.h +++ b/libc/include/sys/personality.h
@@ -34,7 +34,7 @@ __BEGIN_DECLS -extern int personality(unsigned int persona) __INTRODUCED_IN(21); +extern int personality(unsigned int persona) __INTRODUCED_IN(15); __END_DECLS