Anyone have a copy of POSIX?
Does anyone know offhand if POSIX requires read/write coherence? ie, if one process write(2)s to a region of a file, and another process read(2)s from the same region, is the read guaranteed to get either the original version or the new version (but not some combination of the two)?It would be an odd system where this wasn't the case, but I'd like to make sure.