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

Commit 3fd00d01 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Add memfd_create to android.system.Os" am: 560f980b

am: 64bd53d5

Change-Id: I9546b107449a1027ae94133a1dcaa740c45db4a0
parents f74eb32c 64bd53d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -42386,6 +42386,7 @@ package android.system {
    method public static String[] listxattr(String) throws android.system.ErrnoException;
    method public static String[] listxattr(String) throws android.system.ErrnoException;
    method public static long lseek(java.io.FileDescriptor, long, 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(String) throws android.system.ErrnoException;
    method public static android.system.StructStat lstat(String) throws android.system.ErrnoException;
    method @NonNull public static java.io.FileDescriptor memfd_create(@NonNull String, int) throws android.system.ErrnoException;
    method public static void mincore(long, long, byte[]) throws android.system.ErrnoException;
    method public static void mincore(long, long, byte[]) throws android.system.ErrnoException;
    method public static void mkdir(String, int) throws android.system.ErrnoException;
    method public static void mkdir(String, int) throws android.system.ErrnoException;
    method public static void mkfifo(String, int) throws android.system.ErrnoException;
    method public static void mkfifo(String, int) throws android.system.ErrnoException;
@@ -42694,6 +42695,7 @@ package android.system {
    field public static final int MCAST_UNBLOCK_SOURCE;
    field public static final int MCAST_UNBLOCK_SOURCE;
    field public static final int MCL_CURRENT;
    field public static final int MCL_CURRENT;
    field public static final int MCL_FUTURE;
    field public static final int MCL_FUTURE;
    field public static final int MFD_CLOEXEC;
    field public static final int MSG_CTRUNC;
    field public static final int MSG_CTRUNC;
    field public static final int MSG_DONTROUTE;
    field public static final int MSG_DONTROUTE;
    field public static final int MSG_EOR;
    field public static final int MSG_EOR;