0.8.2.7:
[sbcl.git] / src / runtime / ldso-stubs.S
index a61dd0e..65fc520 100644 (file)
@@ -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