OpenBSD support.

This commit is contained in:
rsc 2005-05-01 18:40:01 +00:00
parent cea10000c5
commit 52e6164443
7 changed files with 35 additions and 33 deletions

View file

@ -81,7 +81,10 @@ typedef long p9jmp_buf[sizeof(sigjmp_buf)/sizeof(long)];
# undef _NEEDUSHORT
# undef _NEEDUINT
# undef _NEEDULONG
# undef PLAN9PORT_USING_PTHREADS
#elif defined(__OpenBSD__)
# undef _NEEDUSHORT
# undef _NEEDUINT
# undef _NEEDULONG
#else
/* No idea what system this is -- try some defaults */
# include <pthread.h>