summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/posix_devctl.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2020-01-17posix_devctl - Add support for SOCKCLOSEJoel Sherrill
The FACE Technical Standard, Edition 3.0 and later require the definition of the subcommand SOCKCLOSE in <devctl.h>. Reference: ​https://www.opengroup.org/face closes #3856.
2017-03-02posix_devctl: Fix for pre C99Sebastian Huber
Use __restrict just like in <devctl.h> to avoid compiler errors with older GCC, e.g. 4.8 or 4.9.
2017-01-11Add support for posix_devctl()Joel Sherrill