summaryrefslogtreecommitdiff
path: root/src/signal/restore.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-07-11 02:44:14 -0400
committerRich Felker <dalias@aerifal.cx>2012-07-11 02:44:14 -0400
commitfcaec912ed406659832f452e71a6c965308362dd (patch)
tree3164466a2bc9e17b5e34b95fa61bb731692eb4c1 /src/signal/restore.c
parente864a29090459c98d106f6f74a16b3558e18fdca (diff)
downloadmusl-fcaec912ed406659832f452e71a6c965308362dd.tar.gz
changes to kernel sigaction struct handling in preparation for mips port
Diffstat (limited to 'src/signal/restore.c')
-rw-r--r--src/signal/restore.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/signal/restore.c b/src/signal/restore.c
index e69de29b..873b867e 100644
--- a/src/signal/restore.c
+++ b/src/signal/restore.c
@@ -0,0 +1,10 @@
+/* These functions will not work, but suffice for targets where the
+ * kernel sigaction structure does not actually use sa_restorer. */
+
+void __restore()
+{
+}
+
+void __restore_rt()
+{
+}