OSDN Git Service

Track libcore change ee24b6322448ac919231a668e308ebd719aa52d7
authorYi Kong <yikong@google.com>
Tue, 9 Aug 2016 13:58:57 +0000 (14:58 +0100)
committerYi Kong <yikong@google.com>
Tue, 9 Aug 2016 16:43:32 +0000 (16:43 +0000)
Change-Id: I73dd6af604304ea4eb8e01990454f491af659602

api/current.txt
api/system-current.txt

index ddb327c..514d326 100644 (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;
index 3885566..d5427e0 100644 (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;