From 4753f0691a01a52bd5aa6b650832fbc3fba9218e Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jan 2005 21:30:15 +0000 Subject: more exits --- src/libthread/FreeBSD.c | 3 +++ src/libthread/Linux.c | 3 +++ 2 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/libthread/FreeBSD.c b/src/libthread/FreeBSD.c index 46c1b05f..d80aaec9 100644 --- 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 index 25a98d96..f741a03d 100644 --- 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) { -- cgit v1.2.3