diff options
author | 2016-08-09 14:58:57 +0100 | |
---|---|---|
committer | 2016-08-09 16:43:32 +0000 | |
commit | f646aa14cdbf34e8784c0411d0baca26e364c1dc (patch) | |
tree | 78db640ec5693185ae387f5c0e2e08be11ed07e0 | |
parent | d0c0c8dcab4babf42fe3969a651ddefbd2cf3f54 (diff) |
Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7
Change-Id: I73dd6af604304ea4eb8e01990454f491af659602
-rw-r--r-- | api/current.txt | 1 | ||||
-rw-r--r-- | api/system-current.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index ddb327c40f81..514d32691b5c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -33365,6 +33365,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 38855666388c..d5427e0f61f1 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -35517,6 +35517,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; |