don't pollute system headers with 3ds headers

This commit is contained in:
Dave Murphy 2023-11-05 11:39:10 +00:00
parent bf4a24a4e7
commit c579a65655
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -1,7 +1,5 @@
#pragma once
#include <3ds/types.h>
#define POLLIN 0x01
#define POLLPRI 0x02
#define POLLHUP 0x04 // unknown ???
@ -9,7 +7,7 @@
#define POLLOUT 0x10
#define POLLNVAL 0x20
typedef u32 nfds_t;
typedef unsigned int nfds_t;
struct pollfd
{