Merge "Add fcntlInt to public API" am: f864a5a355 am: 0c53919e1b
Change-Id: Ifcc7fde7b837c89f2a6b1c998fc6d3e484aceeca
This commit is contained in:
@@ -42575,6 +42575,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;
|
||||
|
||||
Reference in New Issue
Block a user