X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fexhaust.lisp;h=f35ac45c645ae9a69e5c120f8fc3ae451b610306;hb=6e60dc9f79037ab84f5bfd8568979c24291c9922;hp=a96112b2a82e7b6269144bf9d0a54bc4ba4a4a96;hpb=0b5119848b6b8713e473fa669356645747e11dbd;p=sbcl.git diff --git a/src/code/exhaust.lisp b/src/code/exhaust.lisp index a96112b..f35ac45 100644 --- a/src/code/exhaust.lisp +++ b/src/code/exhaust.lisp @@ -11,9 +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)) -(defun protect-control-stack-guard-page (n) - (%protect-control-stack-guard-page (if n 1 0))) +(define-alien-routine reset-control-stack-guard-page sb!alien:void)