From 82957239fea4d09938b5d2ae47c3d6c686f4f6b9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Szczepaniak Date: Thu, 4 Aug 2016 12:54:39 +0100 Subject: [PATCH] Missing test-current.txt for libcore change ea47d5d712edcaef726a3e12065729be21699afe Change-Id: I691a53f92bc1cfe0a9c6d5ad9d7d3d259ce0aabb Test: make -j 32 update-api Bug: 30402085 --- api/test-current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/test-current.txt b/api/test-current.txt index 7850fa62e8818..eff62b6f8a537 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -35433,6 +35433,7 @@ package android.system { method public static void seteuid(int) throws android.system.ErrnoException; method public static void setgid(int) throws android.system.ErrnoException; method public static int setsid() throws android.system.ErrnoException; + method public static void setsockoptInt(java.io.FileDescriptor, int, int, int) throws android.system.ErrnoException; method public static void setuid(int) throws android.system.ErrnoException; method public static void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException; method public static java.io.FileDescriptor socket(int, int, int) throws android.system.ErrnoException; @@ -35843,6 +35844,7 @@ package android.system { field public static final int S_IXOTH; field public static final int S_IXUSR; field public static final int TCP_NODELAY; + field public static final int TCP_USER_TIMEOUT; field public static final int WCONTINUED; field public static final int WEXITED; field public static final int WNOHANG;