Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7

Change-Id: I73dd6af604304ea4eb8e01990454f491af659602
This commit is contained in:
Yi Kong
2016-08-09 14:58:57 +01:00
parent d0c0c8dcab
commit f646aa14cd
2 changed files with 2 additions and 0 deletions

View File

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

View File

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