AArch64: Linker64 support for AArch64
Addition of support for AArch64 in the linker64 target. Change-Id: I8dfd9711278f6706063e91f626b6007ea7a3dd6e Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
This commit is contained in:

committed by
Elliott Hughes

parent
2e3826c081
commit
e365f9d654
@@ -92,7 +92,7 @@ static int socket_abstract_client(const char* name, int type) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
int err = TEMP_FAILURE_RETRY(connect(s, (sockaddr*) &addr, alen));
|
||||
int err = TEMP_FAILURE_RETRY(connect(s, reinterpret_cast<sockaddr*>(&addr), alen));
|
||||
if (err == -1) {
|
||||
close(s);
|
||||
s = -1;
|
||||
|
Reference in New Issue
Block a user