<div>In the \cpukit\libcsupport\include\rtems\termiostypes.h,i found a tiny error.</div>
<div> </div>
<div>struct rtems_termios_tty {<br></div>
<div>......<br>  rtems_device_major_number  major;<br>  rtems_device_major_number  minor;</div>
<div> </div>
<div>......</div>
<div>};<br></div>
<div>I think   rtems_device_major_number should be rtems_device_minor_number.</div>