diff options
| author | 2019-10-31 17:46:15 -0700 | |
|---|---|---|
| committer | 2019-11-01 09:49:52 -0700 | |
| commit | fe5dcc88092291ff1606e3d61e285e88736bd15c (patch) | |
| tree | ce5a37c769e59d2efef864337052c73050ac60ab | |
| parent | 07fcb99b1f1434126e0611f7690154505800ffab (diff) | |
Add MAP_ANONYMOUS to OsConstants
Bug: 143725805
Test: atest CtsLibcoreTestCases:libcore.android.system.OsTest
Change-Id: Icb70ad41c269898abced38d54d682a6014e4c947
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index c818205e56f1..ab310d6424af 100644 --- a/api/current.txt +++ b/api/current.txt @@ -42666,6 +42666,7 @@ package android.system { field public static final int IP_MULTICAST_TTL; field public static final int IP_TOS; field public static final int IP_TTL; + field public static final int MAP_ANONYMOUS; field public static final int MAP_FIXED; field public static final int MAP_PRIVATE; field public static final int MAP_SHARED; |