Commits

Dana Robinson committed a6cbcabeb8f
[svn-r27486] Changed the "unsupported" VFD in test/swmr.c to be the stdio VFD. We were previously using the family VFD and that should be supported soon. I'd also like to explicitly test that the stdio VFD is unsupported since it can never be supported under SWMR due to the unpredictable nature of the buffering layer. Added a comment to the stdio VFD query function to indicate why SWMR is not supported. Tested on: local linux VM (very minor change)