<div dir="ltr">Hi<div><br></div><div>I am now looking at the second phase of processing <ctl>-C to generate SIGINTR is </div><div>to have read() return -1/EINTR. I want to specifically add this support to termios </div><div>although I think other file types would have to address this independently, </div><div><br></div><div>For termios, we need rtems_deviceio_read() to return -1/EINTR but it returns -1/errno </div><div>based on rtems_status_code from rtems_io_read(). The issue is that we don't have </div><div>anything that maps to EINTR in the rtems_status_code enumeration.</div><div><br></div><div>Is there any objection to adding RTEMS_INTERRUPTED as a status code?</div><div><br></div><div>I am open to suggestions for a better name.</div><div><br></div><div>Thanks.</div><div><br></div><div>--joel</div></div>