diff options
| -rw-r--r-- | api/current.txt | 2 | ||||
| -rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index d1c6caf9a4c7..2577084d211d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -35467,6 +35467,7 @@ package android.system { method public static void seteuid(int) throws android.system.ErrnoException; method public static 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 void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException; method public static java.io.FileDescriptor socket(int, int, int) throws android.system.ErrnoException; @@ -35877,6 +35878,7 @@ package android.system { field public static final int S_IXOTH; field public static final int S_IXUSR; field public static final int TCP_NODELAY; + field public static final int TCP_USER_TIMEOUT; field public static final int WCONTINUED; field public static final int WEXITED; field public static final int WNOHANG; diff --git a/api/system-current.txt b/api/system-current.txt index 9f07e6fc19d7..bfdf36ac5483 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -38325,6 +38325,7 @@ package android.system { method public static void seteuid(int) throws android.system.ErrnoException; method public static 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 void shutdown(java.io.FileDescriptor, int) throws android.system.ErrnoException; method public static java.io.FileDescriptor socket(int, int, int) throws android.system.ErrnoException; @@ -38735,6 +38736,7 @@ package android.system { field public static final int S_IXOTH; field public static final int S_IXUSR; field public static final int TCP_NODELAY; + field public static final int TCP_USER_TIMEOUT; field public static final int WCONTINUED; field public static final int WEXITED; field public static final int WNOHANG; |