diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/arm/sigrestorer.S | 2 | ||||
| -rw-r--r-- | libc/sysdeps/linux/sh/sys/ucontext.h | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arm/sigrestorer.S b/libc/sysdeps/linux/arm/sigrestorer.S index daa614f46..194228a38 100644 --- a/libc/sysdeps/linux/arm/sigrestorer.S +++ b/libc/sysdeps/linux/arm/sigrestorer.S @@ -18,7 +18,7 @@  #include <sys/syscall.h>  #include <linux/version.h> -	 +  /* If no SA_RESTORER function was specified by the application we use     one of these.  This avoids the need for the kernel to synthesise a return     instruction on the stack, which would involve expensive cache flushes. diff --git a/libc/sysdeps/linux/sh/sys/ucontext.h b/libc/sysdeps/linux/sh/sys/ucontext.h index e909f35bb..0996bf2d5 100644 --- a/libc/sysdeps/linux/sh/sys/ucontext.h +++ b/libc/sysdeps/linux/sh/sys/ucontext.h @@ -88,7 +88,7 @@ typedef freg_t fpregset_t[NFPREG];  typedef struct    {      unsigned int oldmask; -	 +      /* CPU registers */      gregset_t gregs;      unsigned int pc; @@ -105,7 +105,7 @@ typedef struct      unsigned int fpscr;      unsigned int fpul;      unsigned int ownedfp; -#endif	 +#endif    } mcontext_t;  /* Userlevel context.  */  | 
