This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
musl
Watch
1
Star
0
Fork
0
You've already forked musl
mirror of
https://git.musl-libc.org/git/musl
synced
2025-02-03 11:55:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
musl
/
arch
History
Rich Felker
7fe273b2c1
fix broken cancellation on x32 due to incorrect saved-PC offset
2015-05-02 12:16:57 -04:00
..
aarch64
fix __syscall declaration with wrong visibility in syscall_arch.h
2015-04-30 16:22:57 -04:00
arm
fix __syscall declaration with wrong visibility in syscall_arch.h
2015-04-30 16:22:57 -04:00
i386
use hidden visibility for i386 asm-internal __vsyscall symbol
2015-04-14 10:22:12 -04:00
microblaze
fix __syscall declaration with wrong visibility in syscall_arch.h
2015-04-30 16:22:57 -04:00
mips
fix __syscall declaration with wrong visibility in syscall_arch.h
2015-04-30 16:22:57 -04:00
or1k
fix __syscall declaration with wrong visibility in syscall_arch.h
2015-04-30 16:22:57 -04:00
powerpc
…
sh
fix sh jmp_buf size to match ABI
2015-04-27 20:03:28 -04:00
x32
fix broken cancellation on x32 due to incorrect saved-PC offset
2015-05-02 12:16:57 -04:00
x86_64
…