X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fldso-stubs.lisp;h=f698e798cca8eb04508af799022520778e3266ce;hb=60e2497894748d137b6b3ef3e50f34627c15dffb;hp=1164a5ce52e2bf732b0dfc7b7f0d578e7426b222;hpb=0301f631b44b8b5b46e887982f98d5baa7b0e97a;p=sbcl.git diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index 1164a5c..f698e79 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -295,6 +295,7 @@ ldso_stub__ ## fct: ; \\ "unlink" "utimes" "wait3" + "waitpid" "write") ;; These aren't needed on the X86 because they're microcoded into the ;; FPU, so the Lisp VOPs can implement them directly without having to @@ -331,6 +332,8 @@ ldso_stub__ ## fct: ; \\ "dlsym") #!+bsd '("sysctl") + #!+darwin + '("sysctlbyname") #!+os-provides-dladdr '("dladdr") #!-sunos ;; !defined(SVR4)