mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-10-31 17:22:38 +00:00
Add pollfd to socket.h
This commit is contained in:
parent
f417d39f3b
commit
009755ceba
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
|
|
||||||
|
struct pollfd
|
||||||
|
{
|
||||||
|
s32 fd;
|
||||||
|
s16 events;
|
||||||
|
s16 revents;
|
||||||
|
};
|
||||||
|
|
||||||
struct in_addr
|
struct in_addr
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue