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

Commit fac78eca authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "staging: android: binder: fix BC_FREE_BUFFER ioctl declaration"

parents 984299f9 f709ba3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ enum binder_driver_command_protocol {
	 * Else you have acquired a primary reference on the object.
	 */

	BC_FREE_BUFFER = _IOW('c', 3, int),
	BC_FREE_BUFFER = _IOW('c', 3, void *),
	/*
	 * void *: ptr to transaction data received on a read
	 */