summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
--------------------------------