svn commit: r227070 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys sys/vm

Garrett Wollman wollman at csail.mit.edu
Fri Nov 4 17:36:30 UTC 2011


<<On Fri, 04 Nov 2011 05:33:26 -0700, John Baldwin <jhb at freebsd.org> said:

> It would appear that this is the last missing piece as we already 
> implement posix_memalign(), posix_madvise(), and posix_fallocate(). 
> However, there does not seem to be an easy way on opengroup.org to 
> definitively list all the requirements of a given POSIX option.  Can 
> someone on standards@ chime in on if we now fully support this option?

In FreeBSD we generally define the feature-test macro if we aim to
support the feature in question.  If somebody finds something that's
missing, and the actually *use* the POSIX feature-test macros (big
"if"), then they can file a bug report to tell us what's missing.

-GAWollman



More information about the freebsd-standards mailing list