X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-impl.lisp;h=c5319a08da21c61d6a510f680392e2ae66c50932;hb=625c9493a8a7b5186144d21302437cf4f4f3571c;hp=430b1c775803b6cd18025b46d6a3fda4fc6a8c13;hpb=f318d0b1654042ed8f1b887852a9ba1f539208e4;p=sbcl.git diff --git a/src/code/early-impl.lisp b/src/code/early-impl.lisp index 430b1c7..c5319a0 100644 --- a/src/code/early-impl.lisp +++ b/src/code/early-impl.lisp @@ -17,6 +17,10 @@ ;;; slightly differently) elsewhere. (declaim (special *posix-argv* *core-string* + *stdin* + *stdout* + *stderr* + *tty* *read-only-space-free-pointer* sb!vm:*static-space-free-pointer* sb!vm::*current-catch-block* @@ -33,7 +37,9 @@ ;; pseudo-atomicity too, but they handle it without ;; messing with special variables.) #!+(or x86 x86-64) *pseudo-atomic-bits* + #!+(or hpux) sb!vm::*c-lra* *allow-with-interrupts* + sb!unix::*unblock-deferrables-on-enabling-interrupts-p* *interrupts-enabled* *interrupt-pending* *free-interrupt-context-index*