From ea55a42c960585a88fd31ab538b47c3aa010931c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 3 Nov 2007 16:10:39 -0400 Subject: libthread: better OS X 10.5 test (Jeff Sickel) --- src/libthread/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index 3d68299a..76f676f0 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -21,7 +21,7 @@ extern int swapcontext(ucontext_t*, ucontext_t*); extern void makecontext(ucontext_t*, void(*)(), int, ...); #endif -#if defined(__APPLE__) && !defined(__DARWIN_UNIX03) +#if defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4 # define mcontext libthread_mcontext # define mcontext_t libthread_mcontext_t # define ucontext libthread_ucontext -- cgit v1.2.3