move core memalign code from aligned_alloc to __memalign
[musl] / src / signal / restore.c
index e69de29..873b867 100644 (file)
@@ -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()
+{
+}