X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fldso-stubs.S;h=5e3351d09d88e911cfcd40d991900095005a53b5;hb=0d669e68a1ffbea42af6216f2ae8c7d7ca12ffb6;hp=736edab85a5b47fd4ce1bdfc768b25421b79ab4e;hpb=f030ad9cd9966dcaabc1e76e8bc8ca2df7cdb250;p=sbcl.git diff --git a/src/runtime/ldso-stubs.S b/src/runtime/ldso-stubs.S index 736edab..5e3351d 100644 --- a/src/runtime/ldso-stubs.S +++ b/src/runtime/ldso-stubs.S @@ -157,7 +157,9 @@ ldso_stub__ ## fct: ; \ LDSO_STUBIFY(send) LDSO_STUBIFY(setitimer) LDSO_STUBIFY(setpgrp) +#if !defined(SVR4) LDSO_STUBIFY(sigsetmask) +#endif LDSO_STUBIFY(sinh) LDSO_STUBIFY(socket) LDSO_STUBIFY(stat)