Non-POSIX compliant portions of FreeBSD

David Schultz das at FreeBSD.ORG
Fri Apr 9 20:51:59 UTC 2010


It's great that you took the time to review all of this.

On Wed, Apr 07, 2010, Garrett Cooper wrote:
> 1. We don't implement any of the pieces in errno.h relating to POSIX
> STREAMs (I assume this is intentional?). This includes:
> 
> - ENODATA
> - ENOSR
> - ENOSTR
> - ETIME

Right, STREAMS is an option in the standard that we don't
implement, so it's intentional that we don't have the relevant
errnos.  Of course numbers are cheap, so this is open to
consideration if there are apps that care.


More information about the freebsd-standards mailing list