src/lib/buses/uart.c unconditionnaly use open(2) with O_NDELAY in flags.
This flag is not documented by POSIX and shall not be used only if the system
supports it.
http://www.opengroup.org/onlinepubs/009695399/functions/open.html
Original issue reported on code.google.com by romain.t...@gmail.com on 26 Jan 2010 at 11:38
Original issue reported on code.google.com by
romain.t...@gmail.com
on 26 Jan 2010 at 11:38