Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82957239 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

Missing test-current.txt for libcore change ea47d5d712edcaef726a3e12065729be21699afe

Change-Id: I691a53f92bc1cfe0a9c6d5ad9d7d3d259ce0aabb
Test: make -j 32 update-api
Bug: 30402085
parent 97b24c2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;