X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fldso-stubs.lisp;h=45d24256093750ccc302e72b41e6b8deabb9b8c3;hb=ed891a4fd882d1b9fe066ab14bcf2107aea95baa;hp=ef0c946802ff91ba499327b078ff94345ae06ba6;hpb=02d7495253b9075e4d86275590c3e827c814b596;p=sbcl.git diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index ef0c946..45d2425 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -246,6 +246,7 @@ ldso_stub__ ## fct: ; \\ "read" "readdir" "readlink" + "realpath" "recv" "rename" "rmdir" @@ -298,10 +299,12 @@ ldso_stub__ ## fct: ; \\ ;; #!-linkage-table, as we only need these stubs if ;; we don't have linkage-table. Done this way now to ;; cut down on the number of ports affected. - #!-(or win32 darwin freebsd netbsd) + #!-(or win32 darwin freebsd netbsd openbsd) '("ptsname" "grantpt" "unlockpt") + #!+openbsd + '("openpty") #!-darwin '("dlclose" "dlerror"