summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-12-27 19:44:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-12-27 19:44:28 +0000
commit4ec239d760e110ec4089cd3e5d3433adb29a26e8 (patch)
treefff8c6f51723f69025fa8d7e59a08e32661db8a7
parentffee7d8ce07e3b5822dbe6a9ae00e94063f8fa63 (diff)
parent313412cf330f402564607d0cf585ae3a6b6db60f (diff)
Merge "Update api/current.txt for setuid deprecation"
-rwxr-xr-xapi/current.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt
index 65c988fb046e..89b14b894f64 100755
--- a/api/current.txt
+++ b/api/current.txt
@@ -40508,13 +40508,13 @@ package android.system {
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;
- method public static void setegid(int) throws android.system.ErrnoException;
+ method public static deprecated void setegid(int) throws android.system.ErrnoException;
method public static void setenv(java.lang.String, java.lang.String, boolean) throws android.system.ErrnoException;
- method public static void seteuid(int) throws android.system.ErrnoException;
- method public static void setgid(int) throws android.system.ErrnoException;
+ method public static deprecated void seteuid(int) throws android.system.ErrnoException;
+ method public static deprecated void setgid(int) throws android.system.ErrnoException;
method public static int setsid() throws android.system.ErrnoException;
method public static void setsockoptInt(java.io.FileDescriptor, int, int, int) throws android.system.ErrnoException;
- method public static void setuid(int) throws android.system.ErrnoException;
+ method public static deprecated void setuid(int) throws android.system.ErrnoException;
method public static void setxattr(java.lang.String, java.lang.String, byte[], int) throws android.system.ErrnoException;
method public static void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException;
method public static java.io.FileDescriptor socket(int, int, int) throws android.system.ErrnoException;