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

Commit 08005bbe authored by Tobias Thierer's avatar Tobias Thierer
Browse files

Track removal of Os.waitpid(..., Int32Ref, ...) from API.

Test: Treehugger
Bug: 70985234

Change-Id: I62229d01c13ac12e8c263e601d46ceb4f7ae7a0e
parent 8fc10fd2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -39077,11 +39077,6 @@ package android.system {
    field public final int errno;
  }
  public class Int32Ref {
    ctor public Int32Ref(int);
    field public int value;
  }
  public class Int64Ref {
    ctor public Int64Ref(long);
    field public long value;
@@ -39181,7 +39176,6 @@ package android.system {
    method public static int umask(int);
    method public static android.system.StructUtsname uname();
    method public static void unsetenv(java.lang.String) throws android.system.ErrnoException;
    method public static int waitpid(int, android.system.Int32Ref, int) throws android.system.ErrnoException;
    method public static int write(java.io.FileDescriptor, java.nio.ByteBuffer) throws android.system.ErrnoException, java.io.InterruptedIOException;
    method public static int write(java.io.FileDescriptor, byte[], int, int) throws android.system.ErrnoException, java.io.InterruptedIOException;
    method public static int writev(java.io.FileDescriptor, java.lang.Object[], int[], int[]) throws android.system.ErrnoException, java.io.InterruptedIOException;