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

Commit cd1fed25 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "Fix Os.link apicheck breakage."

parents 2448b44e ff3ca6f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25788,6 +25788,7 @@ package android.system {
    method public static boolean isatty(java.io.FileDescriptor);
    method public static void kill(int, int) throws android.system.ErrnoException;
    method public static void lchown(java.lang.String, int, int) throws android.system.ErrnoException;
    method public static void link(java.lang.String, java.lang.String) throws android.system.ErrnoException;
    method public static void listen(java.io.FileDescriptor, int) throws android.system.ErrnoException;
    method public static long lseek(java.io.FileDescriptor, long, int) throws android.system.ErrnoException;
    method public static android.system.StructStat lstat(java.lang.String) throws android.system.ErrnoException;