Empty symlinks and full POSIX compliance
Empty symlinks and full POSIX compliance
Posted May 23, 2013 20:43 UTC (Thu) by dlang (guest, #313)In reply to: Empty symlinks and full POSIX compliance by Cyberax
Parent article: Empty symlinks and full POSIX compliance
Actually, most of the POSIX interfaces work just fine. You are using them all over the place without realizing it.
However, there are some POSIX standards that are broken or just plain 'odd'. These are mostly historical accidents.
You have to remember, POSIX was not a standard dreamed up by Ivory Tower folks, it was a standard created to document what is actually in use to limit/prevent fragmentation between implementations.
This does mean that POSIX is always going to lag what's implemented, because it requires that multiple people implement something before they will standardize it (specifically to avoid Ivory Tower type problems)
There is value in being POSIX compliant, but you get 99.999%+ of the value by being "almost" POSIX compliant the way Linux is.
