X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.h;h=bc39a33a00d9c69552068dae9092bd471298388f;hb=127fd3d2fb843c6bb7ad0763e143d81877e760e8;hp=b93fa2b5c03a5e168c9f06cae378e0792266b564;hpb=df1314801984738011676b539cedd2c2a41d1f6e;p=sbcl.git diff --git a/src/runtime/darwin-os.h b/src/runtime/darwin-os.h index b93fa2b..bc39a33 100644 --- a/src/runtime/darwin-os.h +++ b/src/runtime/darwin-os.h @@ -16,7 +16,12 @@ #if defined(LISP_FEATURE_X86) #include #include +#if __DARWIN_UNIX03 +typedef struct __darwin_ucontext os_context_t; +#else typedef struct ucontext os_context_t; +#endif + #else #include