X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fldso-stubs.lisp;h=e125e9fa511b6b0adf9cd86dd476473e7af9a6fd;hb=dea1e4258272053e8ccda1bf670d43b429878fe2;hp=5d9e0d73f5af050f1bb757e42bbfad8cf4d9f583;hpb=b43d36ddab647b955432acc51a6d2aec3a128482;p=sbcl.git diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index 5d9e0d7..e125e9f 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -191,7 +191,8 @@ ldso_stub__ ## fct: ; \\ .size ldso_stub__ ## fct,.-ldso_stub__ ## fct ;")) (defvar *stubs* (append - '("accept" + '("_exit" + "accept" "access" "acos" "acosh" @@ -260,6 +261,7 @@ ldso_stub__ ## fct: ; \\ "open" "opendir" "pipe" + "poll" "pow" "read" "readdir" @@ -294,6 +296,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 @@ -330,6 +333,8 @@ ldso_stub__ ## fct: ; \\ "dlsym") #!+bsd '("sysctl") + #!+darwin + '("sysctlbyname") #!+os-provides-dladdr '("dladdr") #!-sunos ;; !defined(SVR4)