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

Commit 833501d0 authored by Tobias Thierer's avatar Tobias Thierer
Browse files

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

Test: Treehugger
Bug: 70985234

(cherry picked from commit 08005bbe)

Change-Id: I62229d01c13ac12e8c263e601d46ceb4f7ae7a0e
Merged-In: I62229d01c13ac12e8c263e601d46ceb4f7ae7a0e
parent b6a5c92b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -38406,11 +38406,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;
@@ -38510,7 +38505,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;