X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fldso-stubs.lisp;fp=tools-for-build%2Fldso-stubs.lisp;h=45d24256093750ccc302e72b41e6b8deabb9b8c3;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=5df857a06c8d525598b57932d2876127fafc0975;hpb=df57e2847578a1cccf7df14c078a231c0629977a;p=sbcl.git diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index 5df857a..45d2425 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -299,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"