aboutsummaryrefslogtreecommitdiff
path: root/include/u.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-21 18:59:12 +0000
committerrsc <devnull@localhost>2005-07-21 18:59:12 +0000
commit04084d4e1d1b81f913c1e0c5b6655d6e84c29bae (patch)
tree118d0ee62241331aa08d4edbb6a0823115f66104 /include/u.h
parent0f196d0380f910d68717590f866f64475719c9be (diff)
downloadplan9port-04084d4e1d1b81f913c1e0c5b6655d6e84c29bae.tar.gz
plan9port-04084d4e1d1b81f913c1e0c5b6655d6e84c29bae.tar.bz2
plan9port-04084d4e1d1b81f913c1e0c5b6655d6e84c29bae.zip
openbsd
Diffstat (limited to 'include/u.h')
-rw-r--r--include/u.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/u.h b/include/u.h
index 0a696ceb..c5f5dcd0 100644
--- a/include/u.h
+++ b/include/u.h
@@ -95,11 +95,9 @@ typedef long p9jmp_buf[sizeof(sigjmp_buf)/sizeof(long)];
# undef _NEEDULONG
#elif defined(__OpenBSD__)
# include <sys/types.h>
-# include <pthread.h>
# undef _NEEDUSHORT
# undef _NEEDUINT
# undef _NEEDULONG
-# define PLAN9PORT_USING_PTHREADS 1
#else
/* No idea what system this is -- try some defaults */
# include <pthread.h>