Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -6/+6 |
| | | | | | | in the previous changes, I missed the fact that both the prototype of the sigaltstack function and the definition of ucontext_t depend on stack_t. | ||||
* | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -0/+6 |
| | | | | | it's different at least on mips. mips version will be fixed in a separate commit to show the change. | ||||
* | rename superh port to "sh" for consistency | Rich Felker | 2014-02-27 | 1 | -0/+76 |
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. |