plan9port

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

commit 48ca8d21f75b734a15091b77abf5ed4a92be90f2
parent 5ed63a9b4e4e552b3c0c27d34f3f1707e2f569ea
Author: rsc <devnull@localhost>
Date:   Tue,  1 Nov 2005 18:35:25 +0000

FreeBSD changed!

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 @@ -12,7 +12,7 @@ #include "libc.h" #include "thread.h" -#if defined(__FreeBSD__) && __FreeBSD_version < 500000 +#if defined(__FreeBSD__) && __FreeBSD__ < 5 extern int getcontext(ucontext_t*); extern void setcontext(ucontext_t*); extern int swapcontext(ucontext_t*, ucontext_t*);