mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(PS3) Define EWOULDBLOCK as SYS_NET_EWOULDBLOCK
This commit is contained in:
parent
f99cb6bb68
commit
bb2a9870a8
@ -64,6 +64,11 @@
|
|||||||
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__)
|
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__)
|
||||||
#include <cell/sysmodule.h>
|
#include <cell/sysmodule.h>
|
||||||
#include <netex/net.h>
|
#include <netex/net.h>
|
||||||
|
|
||||||
|
#ifndef EWOULDBLOCK
|
||||||
|
#define EWOULDBLOCK SYS_NET_EWOULDBLOCK
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user