search for: b753026

Displaying 4 results from an estimated 4 matches for "b753026".

Did you mean: 753020
2019 Jan 18
0
[klibc:master] arch: Remove m32r port
...nsigned long __r12; - unsigned long __r13; - unsigned long __r14; - unsigned long __r15; -}; - -typedef struct __jmp_buf jmp_buf[1]; - -#endif /* _KLIBC_ARCHSETJMP_H */ diff --git a/usr/include/arch/m32r/klibc/archsignal.h b/usr/include/arch/m32r/klibc/archsignal.h deleted file mode 100644 index b753026..0000000 --- a/usr/include/arch/m32r/klibc/archsignal.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * arch/m32r/include/klibc/archsignal.h - * - * Architecture-specific signal definitions - * - */ - -#ifndef _KLIBC_ARCHSIGNAL_H -#define _KLIBC_ARCHSIGNAL_H - -#include <asm/signal.h> -/* No special s...
2006 Jun 26
0
[klibc 26/43] m32r support for klibc
...ed long __r12; + unsigned long __r13; + unsigned long __r14; + unsigned long __r15; +}; + +typedef struct __jmp_buf jmp_buf[1]; + +#endif /* _KLIBC_ARCHSETJMP_H */ diff --git a/usr/include/arch/m32r/klibc/archsignal.h b/usr/include/arch/m32r/klibc/archsignal.h new file mode 100644 index 0000000..b753026 --- /dev/null +++ b/usr/include/arch/m32r/klibc/archsignal.h @@ -0,0 +1,14 @@ +/* + * arch/m32r/include/klibc/archsignal.h + * + * Architecture-specific signal definitions + * + */ + +#ifndef _KLIBC_ARCHSIGNAL_H +#define _KLIBC_ARCHSIGNAL_H + +#include <asm/signal.h> +/* No special stuff for...
2013 Nov 12
0
[klibc:master] arm64: Add arm64 support
...+}; + +typedef struct __jmp_buf jmp_buf[1]; + +#endif /* _SETJMP_H */ diff --git a/usr/include/arch/m32r/klibc/archsignal.h b/usr/include/arch/arm64/klibc/archsignal.h similarity index 82% copy from usr/include/arch/m32r/klibc/archsignal.h copy to usr/include/arch/arm64/klibc/archsignal.h index b753026..94e6bc8 100644 --- a/usr/include/arch/m32r/klibc/archsignal.h +++ b/usr/include/arch/arm64/klibc/archsignal.h @@ -1,5 +1,5 @@ /* - * arch/m32r/include/klibc/archsignal.h + * arch/arm64/include/klibc/archsignal.h * * Architecture-specific signal definitions * diff --git a/usr/include/arch/ar...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: