aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-17 21:30:15 +0000
committerrsc <devnull@localhost>2005-01-17 21:30:15 +0000
commit4753f0691a01a52bd5aa6b650832fbc3fba9218e (patch)
tree0b143c5bd4e708d81b07782227fab3fb0ebb6f6f /src
parent7a2c88509bea849196ed4b77cf10512c4ff40cce (diff)
downloadplan9port-4753f0691a01a52bd5aa6b650832fbc3fba9218e.tar.gz
plan9port-4753f0691a01a52bd5aa6b650832fbc3fba9218e.tar.bz2
plan9port-4753f0691a01a52bd5aa6b650832fbc3fba9218e.zip
more exits
Diffstat (limited to 'src')
-rw-r--r--src/libthread/FreeBSD.c3
-rw-r--r--src/libthread/Linux.c3
2 files changed, 6 insertions, 0 deletions
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)
{