remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / signal / restore.c
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..873b867e6feb701d140bdd31444135aed980f6af 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()
+{
+}