diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:08 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:08 -0500 |
commit | c202f298de59c17c0a9799dc0e1b9e0629347935 (patch) | |
tree | 25c0f6530f3357269a4f66e22b070bce5839730b /include/linux/compat.h | |
parent | 5de15d42e4326b11ff9f3e733343fe7d4ece700b (diff) |
x86: clean up arch/x86/ia32/sys_ia32.c
White space and coding style clenaup.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 0e69d2cf14aa..ba29d4c59643 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -191,6 +191,10 @@ asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp, | |||
191 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, | 191 | compat_ulong_t __user *outp, compat_ulong_t __user *exp, |
192 | struct compat_timeval __user *tvp); | 192 | struct compat_timeval __user *tvp); |
193 | 193 | ||
194 | asmlinkage long compat_sys_wait4(compat_pid_t pid, | ||
195 | compat_uint_t *stat_addr, int options, | ||
196 | struct compat_rusage *ru); | ||
197 | |||
194 | #define BITS_PER_COMPAT_LONG (8*sizeof(compat_long_t)) | 198 | #define BITS_PER_COMPAT_LONG (8*sizeof(compat_long_t)) |
195 | 199 | ||
196 | #define BITS_TO_COMPAT_LONGS(bits) \ | 200 | #define BITS_TO_COMPAT_LONGS(bits) \ |