(PS3) Define EWOULDBLOCK as SYS_NET_EWOULDBLOCK

This commit is contained in:
twinaphex 2015-01-24 01:28:51 +01:00
parent f99cb6bb68
commit bb2a9870a8

View File

@ -64,6 +64,11 @@
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__)
#include <cell/sysmodule.h>
#include <netex/net.h>
#ifndef EWOULDBLOCK
#define EWOULDBLOCK SYS_NET_EWOULDBLOCK
#endif
#else
#include <signal.h>
#endif