From: Alexander Shiryaev Date: Mon, 14 Nov 2016 11:02:44 +0000 (+0300) Subject: synchronized with https://github.com/aixp/BlackBox X-Git-Url: https://deadsoftware.ru/gitweb?p=bbcp.git;a=commitdiff_plain;h=5acf3a31f4db7039f54e23b6a175ff3f7e3e8bca synchronized with https://github.com/aixp/BlackBox --- diff --git a/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ b/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ deleted file mode 100644 index d1c21b8..0000000 --- a/BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ +++ /dev/null @@ -1,17 +0,0 @@ -MODULE LinIoctl ["libc.so.6"]; - - (* - A. V. Shiryaev, 2012.11 - - GNU/Linux - i386 - *) - - CONST - (* /usr/include/i386-linux-gnu/bits/ioctl-types.h *) -%%defs-ioctl1%% -%%defs-ioctl%% - PROCEDURE [ccall] ioctl0* ["ioctl"] (d: INTEGER; req: INTEGER): INTEGER; - PROCEDURE [ccall] ioctl1* ["ioctl"] (d: INTEGER; req: INTEGER; VAR arg: INTEGER): INTEGER; - -END LinIoctl.