Projects

Ticket #16: patch-CommonUtilitiesLib_OSThread_h

File patch-CommonUtilitiesLib_OSThread_h, 344 bytes (added by jason@…, 4 years ago)
Line 
1$OpenBSD$
2--- CommonUtilitiesLib/OSThread.h.orig  Fri Jun  6 21:54:31 2008
3+++ CommonUtilitiesLib/OSThread.h       Fri Jun  6 21:54:44 2008
4@@ -37,7 +37,7 @@
5 
6 #ifndef __Win32__
7 #if __PTHREADS__
8-#if __solaris__ || __sgi__ || __hpux__
9+#if __solaris__ || __sgi__ || __hpux__ || __OpenBSD__
10     #include <errno.h>
11 #else
12     #include <sys/errno.h>