unsigned long -> os_vm_size_t refactoring
[sbcl.git] / tools-for-build / ldso-stubs.lisp
index 1164a5c..f698e79 100644 (file)
@@ -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)