Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48e139de authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add Os.connect(fd, SocketAddress) to public API" am: 6c1f09f7 am: 29812e6a

am: be412a4e

Change-Id: Ieaa5307f3dd82305e9a774c6e20f12eb7cc2635a
parents 80642308 be412a4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42518,6 +42518,7 @@ package android.system {
    method public static void chown(String, int, int) throws android.system.ErrnoException;
    method public static void close(java.io.FileDescriptor) throws android.system.ErrnoException;
    method public static void connect(java.io.FileDescriptor, java.net.InetAddress, int) throws android.system.ErrnoException, java.net.SocketException;
    method public static void connect(java.io.FileDescriptor, java.net.SocketAddress) throws android.system.ErrnoException, java.net.SocketException;
    method public static java.io.FileDescriptor dup(java.io.FileDescriptor) throws android.system.ErrnoException;
    method public static java.io.FileDescriptor dup2(java.io.FileDescriptor, int) throws android.system.ErrnoException;
    method public static String[] environ();