summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-04-01 18:48:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2009-04-01 18:48:46 +0200
commit4107ae208191b12246346efecb873e9b9c4216da (patch)
tree762cce5eff70fb8a25a03be0f167c7b4b388e18d /docs
parentecdacb9ba0b98d5dbfc1e136ca32f1bbcc7c60a4 (diff)
downloadwolfbones-4107ae208191b12246346efecb873e9b9c4216da.tar.gz
wolfbones-4107ae208191b12246346efecb873e9b9c4216da.tar.bz2
updated thread porting thread docu
Diffstat (limited to 'docs')
-rw-r--r--docs/port/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/port/README b/docs/port/README
index 324cfe5..3faa81d 100644
--- a/docs/port/README
+++ b/docs/port/README
@@ -53,6 +53,9 @@ Currently there are the following definitions which must be set:
freeaddrinfo and the counterpart getnameinfo, as well as the error
message function gai_strerror
- HAVE_GAI_STRERROR_R: if we have a thread-safe version of gai_strerror
+- HAVE_PTHREADS: whether we have POSIX threads on the platform. This
+ also means all kind of special switches for compilers and thread
+ libraries are necessary in platform.mk/compiler.mk
Defines in 'port/sys_internal.h'
--------------------------------