Hi All,
The posix test case mmap/27-1 try to test c lib implementation
which doesn't support MAP_FIXED and MAP_PRIVATE.
When MAP_FIXED is defined then the case quits with UNTESTED.
If MAP_FIXED and other flags are not defined, then the case try to
test mmap with MAP_FIXED.
But at this time MAP_FIXED is not defined,
how the case can be compiled? Then I suppose this case is NOT
valid.
What's your opinions? Thanks.
Regards,
Kai