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

Commit 65711426 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add more details on FD sharing" am: 32e787a9

am: 4e4eb138

Change-Id: I8922ad9ce457dec97c5388e3eeae74887d4c61f3
parents 360cfccd 4e4eb138
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ extern "C" {
 * Use close() to release the shared memory region.
 *
 * Use {@link android.os.ParcelFileDescriptor} to pass the file descriptor to
 * another process.
 * another process. File descriptors may also be sent to other processes over a Unix domain
 * socket with sendmsg and SCM_RIGHTS. See sendmsg(3) and cmsg(3) man pages for more information.
 *
 * Available since API level 26.
 *