mirror of
https://github.com/Amethyst-szs/SuperMarioOdysseyOnline
synced 2025-10-06 00:13:16 +02:00
Add pollfd to socket.h
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
#include "../types.h"
|
||||
|
||||
struct pollfd
|
||||
{
|
||||
s32 fd;
|
||||
s16 events;
|
||||
s16 revents;
|
||||
};
|
||||
|
||||
struct in_addr
|
||||
{
|
||||
|
Reference in New Issue
Block a user