Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move O_PATH definition back to arch bits | Rich Felker | 2015-04-01 | 1 | -0/+1 |
| | | | | | | | while it's the same for all presently supported archs, it differs at least on sparc, and conceptually it's no less arch-specific than the other O_* macros. O_SEARCH and O_EXEC are still defined in terms of O_PATH in the main fcntl.h. | ||||
* | rename superh port to "sh" for consistency | Rich Felker | 2014-02-27 | 1 | -0/+39 |
linux, gcc, etc. all use "sh" as the name for the superh arch. there was already some inconsistency internally in musl: the dynamic linker was searching for "ld-musl-sh.path" as its path file despite its own name being "ld-musl-superh.so.1". there was some sentiment in both directions as to how to resolve the inconsistency, but overall "sh" was favored. |