import public System.Posix.Poll.Struct
import public System.Posix.Poll.Typespoll : CArrayIO n PollFD -> Int32 -> EPrim (List PollPair)Polls the given array of poll file descriptors for file system events.
pollList : List PollPair -> Int32 -> EPrim (List PollPair)Polls the given list of poll file pairs for file system events.