From ff3ca6f61ae19ee75f5ab4d732398bc3d089f27a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 9 May 2014 20:25:38 -0700 Subject: [PATCH] Fix Os.link apicheck breakage. Change-Id: I4fa4c21b3c373e18209ea88d72714e4f7f8a7bb4 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/current.txt b/api/current.txt index 89261b284a7b5..164d60161c2b8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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;