summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorrpj <rpj>2004-04-06 16:34:50 +0000
committerrpj <rpj>2004-04-06 16:34:50 +0000
commit425e03ba9bc05c2975bde07c95fbec7670751b37 (patch)
tree5079f22f34c279970d2fc5cc35d057c4022c505e /FAQ
parent3c54879a28c4cdbef9dbd59246b7de8c0536dabc (diff)
Close memory leak.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ5
1 files changed, 4 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 9bed82a..c08bcbc 100644
--- a/FAQ
+++ b/FAQ
@@ -385,8 +385,11 @@ Ross
Q 10 How do I create thread-safe applications using
---- pthreadGCE.dll, libpthreadw32.a and Mingw32?
-See Thomas Pfaff's email at:
+If you must use a MinGW32 gcc version 2.95 or earlier then
+see Thomas Pfaff's email at:
http://sources.redhat.com/ml/pthreads-win32/2002/msg00000.html
+Later versions should thread-safe.
+
------------------------------------------------------------------------------