X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fexhaust.lisp;h=f35ac45c645ae9a69e5c120f8fc3ae451b610306;hb=7dfa54273d2ebc6c2be9a39ab5cd6df639d340c9;hp=6724c66c65b6dbc97c54d9928ed6d9730a059ab8;hpb=d8e682fdfb7e8ba067e15aea0f3d1f8d37ca9eb1;p=sbcl.git diff --git a/src/code/exhaust.lisp b/src/code/exhaust.lisp index 6724c66..f35ac45 100644 --- a/src/code/exhaust.lisp +++ b/src/code/exhaust.lisp @@ -11,14 +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 - (thread-id #!+sb-thread sb!alien:unsigned-long - #!-sb-thread sb!alien:int) - (protect-p sb!alien:int)) -(defun protect-control-stack-guard-page (n) - (%protect-control-stack-guard-page - (sb!thread:current-thread-id) (if n 1 0))) - - +(define-alien-routine reset-control-stack-guard-page sb!alien:void)