[Mono-dev] [HaikuPorts-devs] [RFC v2 08/10] serial: Stub implementation for Haiku

François Revol revol at free.fr
Mon Mar 29 19:14:57 EDT 2010


Le Tue, 30 Mar 2010 00:56:16 +0200, Andreas Färber a écrit :
> Haiku has no full serial support, especially no TIOCOUTQ or TIOCM_*.
> Provide a no-op implementation similar to null-gc.

TIOCOUTQ seems a linuxism at least, it's not in HPUX or Solaris and 
opengroup doesn't seem to document it.

Would FIONWRITE do the same ? NetBSD seems to have this:
http://www.daemon-systems.org/man/ioctl.2.html

We can always add it to Haiku's tty layer, though it doesn't seem to be 
much more standard.

Still it shouldn't prevent building the serial code... though we can't 
test it much yet.

François.


More information about the Mono-devel-list mailing list