| Index: lss.patch
|
| diff --git a/lss.patch b/lss.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..322433fe7d2733798ba7802aefe0dbfe2a32a0a5
|
| --- /dev/null
|
| +++ b/lss.patch
|
| @@ -0,0 +1,15 @@
|
| +Index: linux_syscall_support.h
|
| +===================================================================
|
| +--- linux_syscall_support.h (revision 3)
|
| ++++ linux_syscall_support.h (working copy)
|
| +@@ -1844,8 +1844,8 @@
|
| + void *newtls, int *child_tidptr) {
|
| + long __res;
|
| + {
|
| +- register void *__tls __asm__("r8") = newtls;
|
| +- register int *__ctid __asm__("r10") = child_tidptr;
|
| ++ register void *__tls /*__asm__("r8")*/ = newtls;
|
| ++ register int *__ctid /*__asm__("r10")*/ = child_tidptr;
|
| + __asm__ __volatile__(/* if (fn == NULL)
|
| + * return -EINVAL;
|
| + */
|
|
|