summaryrefslogtreecommitdiff
path: root/devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2003-11-17 12:29:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>2003-11-17 12:29:06 +0000
commit77de57715eaa7f5916568b4cc5abd98ede51b434 (patch)
treeafd81223ceebd2d0a9a8d6651f9d1e3556b8847a /devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h
parentUpdate to 2003.11.16. (diff)
New port ecos-tools. This will install the configuration tools
for the eCos embedded OS.
Notes
Notes: svn path=/head/; revision=94171
Diffstat (limited to '')
-rw-r--r--devel/ecos-tools/files/patch-host::tools::Utils::common::eCosThreadUtils.h18
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;