]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/sigcontext.h
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / include / asm-ppc / sigcontext.h
index 4bd66a707da9983a542ecb0ef2156878f28c730a..715c868ab67effe08b3292784bc8431b274bacab 100644 (file)
@@ -9,7 +9,7 @@ struct sigcontext_struct {
        int             signal;
        unsigned long   handler;
        unsigned long   oldmask;
-       struct pt_regs  *regs;
+       struct pt_regs  *regs;
 };
 
 #endif