X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2Fldso-stubs.lisp;h=130d66385160d12e3e113603d771dcda9965fb31;hb=25fe91bf63fd473d9316675b0e0ca9be0079e9eb;hp=5b2530e207de9ce8a2e4bb50fc2b764804f9d0b0;hpb=2796503e65b0a278d606e22b5283d16036bcc4d0;p=sbcl.git diff --git a/tools-for-build/ldso-stubs.lisp b/tools-for-build/ldso-stubs.lisp index 5b2530e..130d663 100644 --- a/tools-for-build/ldso-stubs.lisp +++ b/tools-for-build/ldso-stubs.lisp @@ -285,7 +285,11 @@ ldso_stub__ ## fct: ; \\ #!+alpha '("ieee_get_fp_control" "ieee_set_fp_control") - #!-win32 + ;; FIXME: After 1.0 this should be made + ;; #!-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) '("ptsname" "grantpt" "unlockpt")