diff options
Diffstat (limited to 'sys-libs/uclibc/files/0.9.26/arm-ucontext.patch')
-rw-r--r-- | sys-libs/uclibc/files/0.9.26/arm-ucontext.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-libs/uclibc/files/0.9.26/arm-ucontext.patch b/sys-libs/uclibc/files/0.9.26/arm-ucontext.patch new file mode 100644 index 000000000000..78b8d4cc04e4 --- /dev/null +++ b/sys-libs/uclibc/files/0.9.26/arm-ucontext.patch @@ -0,0 +1,10 @@ +--- libc/sysdeps/linux/arm/sys/ucontext.h.orig 2004-08-06 12:08:48.234295048 -0400 ++++ libc/sysdeps/linux/arm/sys/ucontext.h 2004-08-06 12:09:11.123815312 -0400 +@@ -24,6 +24,7 @@ + #include <features.h> + #include <signal.h> + #include <sys/procfs.h> ++#include <bits/sigcontext.h> + + typedef int greg_t; + |