diff options
| author | Stephen Rothwell <sfr@canb.auug.org.au> | 2002-10-15 03:46:12 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-15 03:46:12 -0700 |
| commit | 130f7f9246884c8cbe92e68c54370a515482df10 (patch) | |
| tree | f89f909bb9c94f90ad891d2a77116335eda0aaf9 /include | |
| parent | 96c935cba0071f70eaa8ceffce991d46c6f1a0f1 (diff) | |
[SPARC]: arch specific copy_siginfo_to_user no longer needed.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc/siginfo.h | 1 | ||||
| -rw-r--r-- | include/asm-sparc64/siginfo.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc/siginfo.h b/include/asm-sparc/siginfo.h index 849af17a3e08..2c3ea8b22448 100644 --- a/include/asm-sparc/siginfo.h +++ b/include/asm-sparc/siginfo.h @@ -7,7 +7,6 @@ #define __ARCH_SI_UID_T unsigned int #define __ARCH_SI_TRAPNO -#define HAVE_ARCH_COPY_SIGINFO_TO_USER #include <asm-generic/siginfo.h> diff --git a/include/asm-sparc64/siginfo.h b/include/asm-sparc64/siginfo.h index dc566189b133..f4bb94656634 100644 --- a/include/asm-sparc64/siginfo.h +++ b/include/asm-sparc64/siginfo.h @@ -8,7 +8,6 @@ #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int)) #define __ARCH_SI_TRAPNO -#define HAVE_ARCH_COPY_SIGINFO_TO_USER #include <asm-generic/siginfo.h> |
