plan9port

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

commit 4753f0691a01a52bd5aa6b650832fbc3fba9218e
parent 7a2c88509bea849196ed4b77cf10512c4ff40cce
Author: rsc <devnull@localhost>
Date:   Mon, 17 Jan 2005 21:30:15 +0000

more exits

Diffstat:
Msrc/libthread/FreeBSD.c | 3+++
Msrc/libthread/Linux.c | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/libthread/FreeBSD.c b/src/libthread/FreeBSD.c @@ -1,5 +1,8 @@ #include "threadimpl.h" +#undef exits +#undef _exits + extern int __isthreaded; /* diff --git a/src/libthread/Linux.c b/src/libthread/Linux.c @@ -1,5 +1,8 @@ #include "threadimpl.h" +#undef exits +#undef _exits + static int timefmt(Fmt *fmt) {