Missing test-current.txt for libcore change ea47d5d712edcaef726a3e12065729be21699afe

am: 82957239fe

Change-Id: Ic29f6cd27e4f84dc5afb49360ffd2235ab25aa71
This commit is contained in:
Przemyslaw Szczepaniak
2016-08-04 12:08:22 +00:00
committed by android-build-merger

View File

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