|
@@ -121,6 +121,10 @@ typedef unsigned long sigset_t;
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
|
|
+# ifdef __KERNEL__
|
|
|
|
+extern void do_notify_resume(struct pt_regs *, void *, __u32);
|
|
|
|
+# endif /* __KERNEL__ */
|
|
|
|
+
|
|
#ifdef __i386__
|
|
#ifdef __i386__
|
|
# ifdef __KERNEL__
|
|
# ifdef __KERNEL__
|
|
struct old_sigaction {
|
|
struct old_sigaction {
|
|
@@ -141,8 +145,6 @@ struct k_sigaction {
|
|
struct sigaction sa;
|
|
struct sigaction sa;
|
|
};
|
|
};
|
|
|
|
|
|
-extern void do_notify_resume(struct pt_regs *, void *, __u32);
|
|
|
|
-
|
|
|
|
# else /* __KERNEL__ */
|
|
# else /* __KERNEL__ */
|
|
/* Here we must cater to libcs that poke about in kernel headers. */
|
|
/* Here we must cater to libcs that poke about in kernel headers. */
|
|
|
|
|