From 5acf3a31f4db7039f54e23b6a175ff3f7e3e8bca Mon Sep 17 00:00:00 2001 From: Alexander Shiryaev Date: Mon, 14 Nov 2016 14:02:44 +0300 Subject: [PATCH] synchronized with https://github.com/aixp/BlackBox --- .../_Linux_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 BlackBox/_Linux_/Lin/Mod/gen-Ioctl/Ioctl.txt.templ 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. -- 2.29.2