plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit ea55a42c960585a88fd31ab538b47c3aa010931c
parent 32ee64c23069d726060d710f8071ca8e9f7b310f
Author: Russ Cox <rsc@swtch.com>
Date:   Sat,  3 Nov 2007 16:10:39 -0400

libthread: better OS X 10.5 test (Jeff Sickel)

Diffstat:
Msrc/libthread/threadimpl.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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