16 lines
392 B
Text
16 lines
392 B
Text
$NetBSD: patch-ak,v 1.2 2007/03/07 18:22:43 joerg Exp $
|
|
|
|
--- CommonUtilitiesLib/OSThread.h.orig 2005-05-31 10:54:25.000000000 +0000
|
|
+++ CommonUtilitiesLib/OSThread.h
|
|
@@ -37,11 +37,7 @@
|
|
|
|
#ifndef __Win32__
|
|
#if __PTHREADS__
|
|
-#if __solaris__ || __sgi__ || __hpux__
|
|
#include <errno.h>
|
|
-#else
|
|
- #include <sys/errno.h>
|
|
-#endif
|
|
#include <pthread.h>
|
|
#else
|
|
#include <mach/mach.h>
|