X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fldso-stubs.S;h=65fc5205276471d97b4788f68ce185171f8323b1;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=a61dd0ed41f064356e6565bec41c90436a587346;hpb=1e4629723d19f96d752235ffde34fe58431431ae;p=sbcl.git diff --git a/src/runtime/ldso-stubs.S b/src/runtime/ldso-stubs.S index a61dd0e..65fc520 100644 --- a/src/runtime/ldso-stubs.S +++ b/src/runtime/ldso-stubs.S @@ -24,6 +24,7 @@ * provided with absolutely no warranty. See the COPYING and CREDITS * files for more information. */ +#define LANGUAGE_ASSEMBLY #include "sbcl.h" .text @@ -164,6 +165,7 @@ ldso_stub__ ## fct: ; \ LDSO_STUBIFY(send) LDSO_STUBIFY(setitimer) LDSO_STUBIFY(setpgrp) + LDSO_STUBIFY(setsid) #if !defined(SVR4) LDSO_STUBIFY(sigsetmask) #endif