X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.h;h=9228d1bb6a60f17e171c36670c371709129039db;hb=f2db6743b1fadeea9e72cb583d857851c87efcd4;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