DEADSOFTWARE

synchronized with https://github.com/aixp/BlackBox
[bbcp.git] / BlackBox / _Linux_ / Lin / Mod / Ioctl.txt
index 0431f399d70b0da51d960aa09f1b202cdb62bc2f..8a848efc79662e8dbd09797ba3d4c99a18980fb3 100644 (file)
@@ -1,23 +1,20 @@
 MODULE LinIoctl ["libc.so.6"];
 
        (*
-               A. V. Shiryaev, 2012.11
-
                GNU/Linux
                i386
        *)
 
        CONST
-               (* /usr/include/i386-linux-gnu/bits/ioctl-types.h *)
-                       TIOCM_LE* = {0};
-                       TIOCM_DTR* = {1};
-                       TIOCM_RTS* = {2};
-                       TIOCM_ST* = {3};
-                       TIOCM_SR* = {4};
-                       TIOCM_CTS* = {5};
-                       TIOCM_CAR* = {6};
-                       TIOCM_RNG* = {7};
-                       TIOCM_DSR* = {8};
+               TIOCM_LE* = {0};
+               TIOCM_DTR* = {1};
+               TIOCM_RTS* = {2};
+               TIOCM_ST* = {3};
+               TIOCM_SR* = {4};
+               TIOCM_CTS* = {5};
+               TIOCM_CAR* = {6};
+               TIOCM_RNG* = {7};
+               TIOCM_DSR* = {8};
 
                FIOCLEX* = 21585;
                FIONCLEX* = 21584;
@@ -37,4 +34,4 @@ MODULE LinIoctl ["libc.so.6"];
        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