diff options
| author | 2016-08-09 18:07:29 +0000 | |
|---|---|---|
| committer | 2016-08-09 18:07:29 +0000 | |
| commit | d5e8edfe1de4ed1a3ca5556507b96bc9bf4aba21 (patch) | |
| tree | 438674c87e90af3938d1a5a0e61576c252a59078 | |
| parent | 47eedc3503b9ae7ab383c02a6b8bd66cab7df7f2 (diff) | |
| parent | 19df48b93b3600f86bf5bafb213e0742a4df820b (diff) | |
Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7
am: 19df48b93b
Change-Id: I7fba48c95191b4a53acff70e89d59e30d3eb8e90
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | api/test-current.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index aa2bc9a59066..7414046212c9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -35315,6 +35315,7 @@ package android.system { method public static int gettid(); method public static int getuid(); method public static java.lang.String if_indextoname(int); + method public static int if_nametoindex(java.lang.String); method public static java.net.InetAddress inet_pton(int, java.lang.String); method public static boolean isatty(java.io.FileDescriptor); method public static void kill(int, int) throws android.system.ErrnoException; diff --git a/api/system-current.txt b/api/system-current.txt index fcaa706a2d36..5794375031fc 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -38132,6 +38132,7 @@ package android.system { method public static int gettid(); method public static int getuid(); method public static java.lang.String if_indextoname(int); + method public static int if_nametoindex(java.lang.String); method public static java.net.InetAddress inet_pton(int, java.lang.String); method public static boolean isatty(java.io.FileDescriptor); method public static void kill(int, int) throws android.system.ErrnoException; diff --git a/api/test-current.txt b/api/test-current.txt index fc3ef13b5070..1919abff0d0f 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -35392,6 +35392,7 @@ package android.system { method public static int gettid(); method public static int getuid(); method public static java.lang.String if_indextoname(int); + method public static int if_nametoindex(java.lang.String); method public static java.net.InetAddress inet_pton(int, java.lang.String); method public static boolean isatty(java.io.FileDescriptor); method public static void kill(int, int) throws android.system.ErrnoException; |