Skip to content

Commit

Permalink
test socket.c 2
Browse files Browse the repository at this point in the history
  • Loading branch information
v-atamanenko committed Oct 5, 2021
1 parent 6175e49 commit 65ac366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newlib/libc/sys/vita/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ int socket(int domain, int type, int protocol)
if (res < 0)
{
errno = __vita_sce_errno_to_errno(res);
return 99;
return errno;
}

int s = __vita_acquire_descriptor();
Expand Down

0 comments on commit 65ac366

Please sign in to comment.