src/main/c/Posix/SerialPort_Posix.c [1166:1173]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - serialPort *port = (serialPort*)(intptr_t)serialPortPointer; if (ioctl(port->handle, TIOCMBIC, &modemBits)) { port->errorLineNumber = __LINE__ - 2; port->errorNumber = errno; return JNI_FALSE; } return JNI_TRUE; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/c/Posix/SerialPort_Posix.c [1192:1199]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - serialPort *port = (serialPort*)(intptr_t)serialPortPointer; if (ioctl(port->handle, TIOCMBIC, &modemBits)) { port->errorLineNumber = __LINE__ - 2; port->errorNumber = errno; return JNI_FALSE; } return JNI_TRUE; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -