Also covered on the Software Development Times: <a href="http://sdtimes.com/sd-times-blog-updating-posix-poses-problem/" rel="nofollow">http://sdtimes.com/sd-times-blog-updating-posix-poses-proble...</a>
The proposal leads to madness. The idea is that there's a migration path so eventually there will be CREATE instead of CREAT.<p>Long experience shows that will never happen. There's a lot of code which is effectively unmaintained, because it works. Not enough people will go through the code to add an "if CREATE flag exists" path, and then - once all of the compilers support it - go again through the code and remove the dead code.<p>Instead, the world will effectively have two different ways to write exactly the same thing, forever.