summaryrefslogtreecommitdiff
path: root/nuttx/include/poll.h
Commit message (Expand)AuthorAgeFilesLines
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is unt...Gregory Nutt2014-04-101-1/+1
* When readahead data is available, poll needs to return POLLIN or POLLRDNORM, ...Gregory Nutt2013-05-231-0/+2
* Header file clean-uppatacongo2012-07-171-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+4
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-2/+2
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-0/+1
* Move poll storage slot from pollfd struct to socket structpatacongo2008-11-191-6/+0
* Implement poll/select for socketspatacongo2008-11-181-0/+6
* Initial integration of poll()patacongo2008-11-171-4/+15
* Basic file structure for poll() APIpatacongo2008-11-161-0/+125