Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7

Change-Id: I73dd6af604304ea4eb8e01990454f491af659602
(cherry picked from commit f646aa14cd)
This commit is contained in:
Yi Kong
2016-08-09 14:58:57 +01:00
parent d0dc901341
commit 19df48b93b
3 changed files with 3 additions and 0 deletions

View File

@@ -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;

View File

@@ -38131,6 +38131,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;

View File

@@ -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;