forked from Archive/PX4-Autopilot
QuRT: Added nfds_t type
DSPAL does not yet provide poll.h and all we need is the defintion of nfds_t. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
5d60437164
commit
0d523d57af
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
typedef unsigned int nfds_t;
|
Loading…
Reference in New Issue