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

Commit 46f753a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update comments on native_handle_create."

parents ada6112c 538e0b98
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ native_handle_t* native_handle_init(char* storage, int numFds, int numInts);
 * native_handle_create
 *
 * creates a native_handle_t and initializes it. must be destroyed with
 * native_handle_delete().
 * native_handle_delete(). Note that numFds must be <= NATIVE_HANDLE_MAX_FDS,
 * numInts must be <= NATIVE_HANDLE_MAX_INTS, and both must be >= 0.
 *
 */
native_handle_t* native_handle_create(int numFds, int numInts);