summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32/ia32_signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/ia32/ia32_signal.c')
-rw-r--r--sys/ia64/ia32/ia32_signal.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/ia64/ia32/ia32_signal.c b/sys/ia64/ia32/ia32_signal.c
index e41f0af..b8dab90 100644
--- a/sys/ia64/ia32/ia32_signal.c
+++ b/sys/ia64/ia32/ia32_signal.c
@@ -92,6 +92,15 @@ x) */
};
int sz_ia32_sigcode = sizeof(ia32_sigcode);
+#ifdef COMPAT_43
+int
+ofreebsd32_sigreturn(struct thread *td, struct ofreebsd32_sigreturn_args *uap)
+{
+
+ return (EOPNOTSUPP);
+}
+#endif
+
/*
* Signal sending has not been implemented on ia64. This causes
* the sigtramp code to not understand the arguments and the application
OpenPOWER on IntegriCloud