]> git.ipfire.org Git - thirdparty/util-linux.git/commit
enosys: add support for ioctl blocking
authorThomas Weißschuh <thomas@t-8ch.de>
Mon, 26 Jun 2023 18:25:18 +0000 (20:25 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 23 Jul 2023 19:15:41 +0000 (21:15 +0200)
commit65bf3c73f1b813135c47c778dd5e396d62151c35
tree374446a9ea093f1df4ac4be3ac111c32fa4cf274
parent358e3e43866913e2cb6e530f4d2530c9f4426549
enosys: add support for ioctl blocking

Ioctls are blocked with ENOTTY.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
bash-completion/enosys
misc-utils/enosys.1.adoc
misc-utils/enosys.c
tests/expected/misc/enosys-ioctl [new file with mode: 0644]
tests/helpers/test_enosys.c
tests/ts/misc/enosys