X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fsignal%2Frestore.c;h=873b867e6feb701d140bdd31444135aed980f6af;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=fcaec912ed406659832f452e71a6c965308362dd;hpb=dc3776d445957cd3ea4a682db518701b93d34292 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() +{ +}