diff options
| author | 2017-11-13 15:58:07 +0000 | |
|---|---|---|
| committer | 2017-12-13 03:57:10 +0000 | |
| commit | 7d1d80bb45f7abb49d6ccdbeb60da579e58a72ab (patch) | |
| tree | d5e4cf40b52028822c90c3d6db37d61f4f3c7e06 | |
| parent | 403c8f72e38114d0aadfd852b98b323827068e5b (diff) | |
Track removal of android.system.Os.{sendfile,waitpid}.
Bug: 63986449
Bug: 67901714
Test: Treehugger
Change-Id: I9572023f30fc6481444c8951c17b661c652eca8d
Merged-In: I9572023f30fc6481444c8951c17b661c652eca8d
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 79eae18d4c01..d5a3fb8c4f8b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -38266,7 +38266,6 @@ package android.system { method public static void remove(java.lang.String) throws android.system.ErrnoException; method public static void removexattr(java.lang.String, java.lang.String) throws android.system.ErrnoException; method public static void rename(java.lang.String, java.lang.String) throws android.system.ErrnoException; - method public static deprecated long sendfile(java.io.FileDescriptor, java.io.FileDescriptor, android.util.MutableLong, long) throws android.system.ErrnoException; method public static long sendfile(java.io.FileDescriptor, java.io.FileDescriptor, android.system.Int64Ref, long) throws android.system.ErrnoException; method public static int sendto(java.io.FileDescriptor, java.nio.ByteBuffer, int, java.net.InetAddress, int) throws android.system.ErrnoException, java.net.SocketException; method public static int sendto(java.io.FileDescriptor, byte[], int, int, int, java.net.InetAddress, int) throws android.system.ErrnoException, java.net.SocketException; @@ -38292,7 +38291,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 deprecated int waitpid(int, android.util.MutableInt, int) 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; |