summaryrefslogtreecommitdiff
path: root/doc/simple_example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/simple_example.html')
-rw-r--r--doc/simple_example.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/simple_example.html b/doc/simple_example.html
index 5448cfc9..fefe7a98 100644
--- a/doc/simple_example.html
+++ b/doc/simple_example.html
@@ -210,8 +210,7 @@ On pthread platforms, you will of course also have to link with
and compile with any thread-safety options required by your compiler.
On some platforms, you may also need to link with <TT>-ldl</tt>
or <TT>-lrt</tt>.
-Looking at threadlibs.c in the GC "extra" directory
-should give you the appropriate
+Looking at tools/threadlibs.c should give you the appropriate
list if a plain <TT>-lpthread</tt> doesn't work.
</font>