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

Commit 29684009 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add fcntlInt to public API" am: f864a5a3 am: 0c53919e am: 09ed35b0

Change-Id: Ic24a370192851c0334ebb1c673cc6b640243cc13
parents 478a044d 09ed35b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43135,6 +43135,7 @@ package android.system {
    method public static void execve(String, String[], String[]) throws android.system.ErrnoException;
    method public static void fchmod(java.io.FileDescriptor, int) throws android.system.ErrnoException;
    method public static void fchown(java.io.FileDescriptor, int, int) throws android.system.ErrnoException;
    method public static int fcntlInt(@NonNull java.io.FileDescriptor, int, int) throws android.system.ErrnoException;
    method public static void fdatasync(java.io.FileDescriptor) throws android.system.ErrnoException;
    method public static android.system.StructStat fstat(java.io.FileDescriptor) throws android.system.ErrnoException;
    method public static android.system.StructStatVfs fstatvfs(java.io.FileDescriptor) throws android.system.ErrnoException;