diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2003-01-15 15:51:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-15 15:51:45 -0800 |
| commit | e898a4d6ce87406f4c598e869af977a63fba8dab (patch) | |
| tree | 8924116a9474925b0d726a1b71031aed4c4a949d /include | |
| parent | bb1861096795b13639643fd3a0d2292112e00a53 (diff) | |
[PATCH] compat_{old_}sigset_t s390x part
With Martin's continuing approval, here is the s390x part of the patch.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-s390x/compat.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/asm-s390x/compat.h b/include/asm-s390x/compat.h index 1b2a43d03fe1..b960ee9fc0f8 100644 --- a/include/asm-s390x/compat.h +++ b/include/asm-s390x/compat.h @@ -76,8 +76,15 @@ struct compat_statfs { s32 f_files; s32 f_ffree; compat_fsid_t f_fsid; - s32 f_namelen; + s32 f_namelen; s32 f_spare[6]; }; +typedef u32 compat_old_sigset_t; /* at least 32 bits */ + +#define _COMPAT_NSIG 64 +#define _COMPAT_NSIG_BPW 32 + +typedef u32 compat_sigset_word; + #endif /* _ASM_S390X_COMPAT_H */ |
