X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fexhaust.lisp;h=f35ac45c645ae9a69e5c120f8fc3ae451b610306;hb=729ce57914183b7443e97544734cebe8198ae4cb;hp=98fa6bc66a44b420bf0446716ac5229e13d227a3;hpb=e5d96999ae4388181ddb0c113313f26afbe997e8;p=sbcl.git diff --git a/src/code/exhaust.lisp b/src/code/exhaust.lisp index 98fa6bc..f35ac45 100644 --- a/src/code/exhaust.lisp +++ b/src/code/exhaust.lisp @@ -11,10 +11,4 @@ ;;;; files for more information. (in-package "SB!KERNEL") -(define-alien-routine ("protect_control_stack_guard_page" - %protect-control-stack-guard-page) - sb!alien:void - (protect-p sb!alien:int) - (thread sb!alien:int)) -(defun protect-control-stack-guard-page (n) - (%protect-control-stack-guard-page (if n 1 0) 0)) +(define-alien-routine reset-control-stack-guard-page sb!alien:void)