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:
Mark Charlebois 2015-04-17 18:20:33 -07:00
parent 5d60437164
commit 0d523d57af
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#pragma once
typedef unsigned int nfds_t;