[fpc-devel] TProcess.NumBytesAvailable
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Jan 31 12:58:22 CET 2007
On 31 jan 2007, at 12:49, Vincent Snijders wrote:
> +{$ifdef BSD}
> +const
> + FIONREAD = $4004667F;
> +{$endif}
> +
The FIONREAD constant is available in the termio units of both Darwin
and FreeBSD as of 2.0.4 (not for Open/NetBSD, but that's probably the
least of the things which need to be changed to get those platforms
going again).
Jonas
More information about the fpc-devel
mailing list