Fix return types of sendMessageOnSocket/receiveMessageFromSocket
recvmsg() and sendmsg() return ssize_t but the wrapper functions returned int. Fix the return type. Bug: 250685929 Test: atest rpcBinderTest Change-Id: Ia3f7f58e286f24a8711aed97d9bc2b3cf6b78f0d
Loading
Please register or sign in to comment