diff options
| author | 2020-01-06 21:21:44 +0000 | |
|---|---|---|
| committer | 2020-01-06 21:21:44 +0000 | |
| commit | 09ed35b0ec2f33b2bfdba56a2ad581deb5ca26fb (patch) | |
| tree | 5be9c5fb4cb06088015bf3e16a4d3eaf14df0edb | |
| parent | ec776dfda9c4bf5d285c14f6a8e97767aa107572 (diff) | |
| parent | 0c53919e1b20134dc3782c7000f3fc2ad9ae9baa (diff) | |
Merge "Add fcntlInt to public API" am: f864a5a355 am: 0c53919e1b
Change-Id: Ifcc7fde7b837c89f2a6b1c998fc6d3e484aceeca
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index f217054bfa81..53e2f2878ee0 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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; |