X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=BlackBox%2F_OpenBSD_%2FLin%2FMod%2FIoctl.txt;h=b3106351d7fdbdc233a84706cec6b3aee03dc9e0;hb=09a405aace604f1b53acbd3e7db443bf5b0d591c;hp=51947f484745d4393a3da968088cc7ba2a8901fd;hpb=9a2b37ab5fec7ceee3e62651c14ef85e5d86542f;p=bbcp.git diff --git a/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt b/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt index 51947f4..b310635 100644 --- a/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt +++ b/BlackBox/_OpenBSD_/Lin/Mod/Ioctl.txt @@ -1,23 +1,20 @@ -MODULE LinIoctl ["libc.so.70.0"]; +MODULE LinIoctl ["libc.so.90"]; (* - A. V. Shiryaev, 2012.11, 2013.08 - - OpenBSD 5.4 - 32-bit + OpenBSD 6.2 + i386 *) CONST - (* /usr/include/sys/ttycom.h *) - TIOCM_LE* = {0}; (* line enable *) - TIOCM_DTR* = {1}; (* data terminal ready *) - TIOCM_RTS* = {2}; (* request to send *) - TIOCM_ST* = {3}; (* secondary transmit *) - TIOCM_SR* = {4}; (* secondary receive *) - TIOCM_CTS* = {5}; (* clear to send *) - TIOCM_CAR* = {6}; (* carrier detect *) - TIOCM_RNG* = {7}; (* ring *) - TIOCM_DSR* = {8}; (* data set ready *) + TIOCM_LE* = {0}; (* line enable *) + TIOCM_DTR* = {1}; (* data terminal ready *) + TIOCM_RTS* = {2}; (* request to send *) + TIOCM_ST* = {3}; (* secondary transmit *) + TIOCM_SR* = {4}; (* secondary receive *) + TIOCM_CTS* = {5}; (* clear to send *) + TIOCM_CAR* = {6}; (* carrier detect *) + TIOCM_RNG* = {7}; (* ring *) + TIOCM_DSR* = {8}; (* data set ready *) FIOCLEX* = 536897025; FIONCLEX* = 536897026; @@ -43,4 +40,4 @@ MODULE LinIoctl ["libc.so.70.0"]; PROCEDURE [ccall] ioctl0* ["ioctl"] (d: INTEGER; req: INTEGER): INTEGER; PROCEDURE [ccall] ioctl1* ["ioctl"] (d: INTEGER; req: INTEGER; VAR arg: INTEGER): INTEGER; -END LinIoctl. +END LinIoctl. \ No newline at end of file