X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Trurl-based%2F_OpenBSD_%2FLin%2FMod%2FIoctl.txt;h=e7bf69746f0f48b716b25a9d45933ff671ae7547;hb=cff32b0c1d70b3d5802e33723ba07745411e5ea1;hp=e961329034962951b5e1e71e6d8325a1f416d742;hpb=41cfdeffc389f2b38d07ebd094d907f17b8bb09f;p=bbcp.git diff --git a/Trurl-based/_OpenBSD_/Lin/Mod/Ioctl.txt b/Trurl-based/_OpenBSD_/Lin/Mod/Ioctl.txt index e961329..e7bf697 100644 --- a/Trurl-based/_OpenBSD_/Lin/Mod/Ioctl.txt +++ b/Trurl-based/_OpenBSD_/Lin/Mod/Ioctl.txt @@ -7,8 +7,6 @@ MODULE LinIoctl ["libc.so.66.0"]; 32-bit *) - IMPORT Libc := LinLibc; - CONST (* /usr/include/sys/ttycom.h *) TIOCM_LE* = 1; (* line enable *) @@ -43,6 +41,6 @@ MODULE LinIoctl ["libc.so.66.0"]; TIOCMBIC* = -2147191701; PROCEDURE [ccall] ioctl0* ["ioctl"] (d: INTEGER; req: INTEGER): INTEGER; - PROCEDURE [ccall] ioctl1* ["ioctl"] (d: INTEGER; req: INTEGER; data: Libc.PtrVoid): INTEGER; + PROCEDURE [ccall] ioctl1* ["ioctl"] (d: INTEGER; req: INTEGER; VAR arg: INTEGER): INTEGER; END LinIoctl.