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

Commit ff3ca6f6 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Fix Os.link apicheck breakage.

Change-Id: I4fa4c21b3c373e18209ea88d72714e4f7f8a7bb4
parent 17048b84
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;