zephyr/lib/libc/minimal/include
Paul Sokolovsky 4a04ed20fd lib/fdtable: Add ioctl() and fcntl() implementations
ioctl() just dispatches to the corresponding vmethod of an fd.
fcntl() handles fdtable-level operations (so far doesn't handle
actually, returning "not implemented" error), and forwards
fd-specific operations to ioctl vmethod just the same (i.e.
ioctl and fcntl operations share the same namespace, but otherwise
disjoint).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-12-14 13:21:31 +02:00
..
bits libc: minimal: rename private macro 2017-02-04 19:22:07 +00:00
sys libc: minimal: Add dummy sys/stat.h [REVERTME] 2018-10-10 13:31:00 -04:00
assert.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ctype.h libc: ctype: Fix isxdigit function 2018-11-29 15:28:21 -08:00
errno.h Revert "libc: minimal: Add error codes for key management" 2018-10-29 10:12:23 +00:00
fcntl.h lib/fdtable: Add ioctl() and fcntl() implementations 2018-12-14 13:21:31 +02:00
inttypes.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
limits.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
stdbool.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
stdint.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
stdio.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
stdlib.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
string.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
strings.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
time.h libc/include: Adding time.h 2017-02-14 08:30:35 +02:00