Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

O_NDELAY in open(2) flags is not portable. #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This is in trunk

Original comment by romain.t...@gmail.com on 26 Jan 2010 at 11:39

GoogleCodeExporter commented 9 years ago
Removed in r288

Original comment by romain.t...@gmail.com on 28 Jan 2010 at 3:50