summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/defaults/default_poll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Filesystem: Add poll() handlerSebastian Huber2013-11-041-0/+37
This handler is necessary to implement the SELECT(2) and POLL(2) system calls. Add <sys/poll.h> from FreeBSD 8.4.