mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove redundant defines that cause compilation errors on LoongArch.
This commit is contained in:
parent
caf7b101fc
commit
b2566aef02
1 changed files with 0 additions and 14 deletions
|
@ -118,20 +118,6 @@ inline bool connectInProgress(int errcode) { return (errcode == EAGAIN || errcod
|
|||
inline bool isDisconnected(int errcode) { return (errcode == EPIPE || errcode == ECONNRESET || errcode == ECONNABORTED || errcode == ESHUTDOWN); }
|
||||
#endif
|
||||
|
||||
#ifndef POLL_ERR
|
||||
#define POLL_ERR 0x008 /* Error condition. */
|
||||
#endif
|
||||
#ifndef POLLERR
|
||||
#define POLLERR POLL_ERR
|
||||
#endif
|
||||
|
||||
#ifndef POLL_PRI
|
||||
#define POLL_PRI 0x002 /* There is urgent data to read. */
|
||||
#endif
|
||||
#ifndef POLLPRI
|
||||
#define POLLPRI POLL_PRI
|
||||
#endif
|
||||
|
||||
#ifndef SD_RECEIVE
|
||||
#define SD_RECEIVE SHUT_RD //0x00
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue