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

Commit c4905215 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

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

am: 9f82b6ba

Change-Id: I8cc8b609a02e5059bcda111a416d47d7272c4e3b
parents 637814ee 9f82b6ba
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -38459,11 +38459,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;
@@ -38563,7 +38558,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;