summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/posix_devctl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* posix_devctl: Fix for pre C99Sebastian Huber2017-03-021-5/+5
| | | | | Use __restrict just like in <devctl.h> to avoid compiler errors with older GCC, e.g. 4.8 or 4.9.
* Add support for posix_devctl()Joel Sherrill2017-01-111-0/+72