X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.h;h=9228d1bb6a60f17e171c36670c371709129039db;hb=ba9112b2f0ba10230be5bdfc75c8e082da9bfbe0;hp=b78f470a0852789a5613fbae9e5666c450d155cb;hpb=619189958917e80786d5bb2efa4dc38d908d2553;p=sbcl.git diff --git a/src/runtime/darwin-os.h b/src/runtime/darwin-os.h index b78f470..9228d1b 100644 --- a/src/runtime/darwin-os.h +++ b/src/runtime/darwin-os.h @@ -27,7 +27,6 @@ typedef struct ucontext os_context_t; #else -#include typedef ucontext_t os_context_t; #endif