mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
GCC buildfix
This commit is contained in:
parent
f1151acc9f
commit
58238bc7ed
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ static int sceNetInetInetAton(const char *hostname, u32 addrPtr) {
|
|||
return -1;
|
||||
}
|
||||
|
||||
static int sceNetInetPoll(void *fds, u32 nfds, int timeout) { // timeout in miliseconds
|
||||
int sceNetInetPoll(void *fds, u32 nfds, int timeout) { // timeout in miliseconds
|
||||
DEBUG_LOG(SCENET, "UNTESTED sceNetInetPoll(%p, %d, %i) at %08x", fds, nfds, timeout, currentMIPS->pc);
|
||||
int retval = -1;
|
||||
SceNetInetPollfd *fdarray = (SceNetInetPollfd *)fds; // SceNetInetPollfd/pollfd, sceNetInetPoll() have similarity to BSD poll() but pollfd have different size on 64bit
|
||||
|
|
Loading…
Add table
Reference in a new issue