summaryrefslogtreecommitdiffstats
path: root/nuttx/include/poll.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Header file clean-uppatacongo1-1/+1
2009-12-14Switching to C99 stdint.h typespatacongo1-3/+4
2009-06-16Reserved word 'private' in C header files is a problem for C++patacongo1-2/+2
2008-11-19Move poll save area back into struct pollfd (as it waspatacongo1-0/+1
2008-11-19Move poll storage slot from pollfd struct to socket structpatacongo1-6/+0
2008-11-18Implement poll/select for socketspatacongo1-0/+6
2008-11-17Initial integration of poll()patacongo1-4/+15
2008-11-16Basic file structure for poll() APIpatacongo1-0/+125