diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:33 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-18 00:58:33 +0100 |
commit | 17bb55657a8a8cd5e291fccf2abc5a27a6de3244 (patch) | |
tree | f971b943767e2360cfb8757bcf386896fff3a3bd /faq/libpthread_dlopen.mdwn | |
parent | 5c6af690b08b0bcf6f32ef4c51aeca8fc7c43313 (diff) | |
download | web-17bb55657a8a8cd5e291fccf2abc5a27a6de3244.tar.gz web-17bb55657a8a8cd5e291fccf2abc5a27a6de3244.tar.bz2 web-17bb55657a8a8cd5e291fccf2abc5a27a6de3244.zip |
Revert "update for rename of open_issues/libpthread_dlopen.mdwn to service_solahart_jakarta_selatan__082122541663/libpthread_dlopen.mdwn"
This reverts commit bc5d3022592e02cbd3c4874cf163cd03c870b2e8.
Diffstat (limited to 'faq/libpthread_dlopen.mdwn')
-rw-r--r-- | faq/libpthread_dlopen.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/faq/libpthread_dlopen.mdwn b/faq/libpthread_dlopen.mdwn index 834cb681..94d091a4 100644 --- a/faq/libpthread_dlopen.mdwn +++ b/faq/libpthread_dlopen.mdwn @@ -15,7 +15,7 @@ License|/fdl]]."]]"""]] Some applications don't themselves link against libpthread, but then load plugins which do link against libpthread. This means internally switching from single-threading to multi-threading, which is [[not yet -supported|service_solahart_jakarta_selatan__082122541663/libpthread_dlopen]] by our [[/libpthread]], and results +supported|open_issues/libpthread_dlopen]] by our [[/libpthread]], and results in errors such as: ./pthread/../sysdeps/generic/pt-mutex-timedlock.c:70: __pthread_mutex_timedlock_internal: Assertion `__pthread_threads' failed. |