diff options
Diffstat (limited to 'devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h')
| -rw-r--r-- | devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h new file mode 100644 index 000000000000..26e553a67761 --- /dev/null +++ b/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h @@ -0,0 +1,18 @@ +$FreeBSD$ + +Index: ../ecos/host/tools/Utils/common/eCosThreadUtils.h +=================================================================== +RCS file: /home/tg/cvs/ecos/host/tools/Utils/common/eCosThreadUtils.h,v +retrieving revision 1.1.1.1 +diff -u -r1.1.1.1 eCosThreadUtils.h +--- host/tools/Utils/common/eCosThreadUtils.h 22 Aug 2003 11:37:35 -0000 1.1.1.1 ++++ host/tools/Utils/common/eCosThreadUtils.h 6 Sep 2003 16:37:19 -0000 +@@ -61,7 +61,7 @@ + #ifdef _WIN32 + typedef DWORD THREAD_ID; + #else // UNIX +- #ifndef NO_THREADS ++ #ifdef NO_THREADS + typedef int THREAD_ID; + #else + typedef pthread_t THREAD_ID; |
