getopt: fix null pointer arithmetic ub
[musl] / src / signal / x86_64 /
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2015-04-18 Rich Felkerredesign sigsetjmp so that signal mask is restored...
2014-04-02 Rich Felkeradd __sigsetjmp ABI-compat alias for sigsetjmp
2013-04-22 Rich Felkerfix reversed argument order x86_64 sigsetjmp's call...
2012-05-05 Rich Felkerupdate license of njk contributed code (x86_64 asm)
2011-06-15 Rich Felkerrestore use of .type in asm, but use modern @function...
2011-06-14 Rich Felkerremove all .size and .type directives for functions...
2011-04-08 Rich Felkerfix broken sigsetjmp on x86_64
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!