NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

POSIX_VERSION for NetBSD



Hi,

The posix version for NetBSD as defined in the src/sys/sys/unistd.h is

#define _POSIX_VERSION          199009L

The value of _POSIX_VERSION --> 199009L :
Means that the system behavior conforms to the IEEE Std 1003.1 standard and
the _POSIX_VERSION value '_POSIX_VERSION==199009L' indicates that the standard
was approved in the year 1990

Does that mean that the system does not confirm to IEEE Std 1003.1-2001.?

Since For implementations conforming to IEEE Std 1003.1-2001, the
value shall be 200112L.
i.e

#define _POSIX_VERSION          200112L


Could anyone help me in this regard.

Thanks & Regards,
Channa



-- 
Regards,
Channa


Home | Main Index | Thread Index | Old Index