diff options
author | antrik <antrik@users.sf.net> | 2009-03-11 22:22:00 +0100 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2009-03-12 09:16:49 +0100 |
commit | b6a5ec9e788e4eeed70829cc6d8b0f36eee56e22 (patch) | |
tree | 8ab1d5cb26ab3a5188d10fd7fedff64ea913bb1c /community/gsoc/project_ideas/pthreads.mdwn | |
parent | 2730e7e10d485e23185e755f82662b749d8143df (diff) |
Pthread conversion GSoC task: Mention libfuse problem
Diffstat (limited to 'community/gsoc/project_ideas/pthreads.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/pthreads.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/pthreads.mdwn b/community/gsoc/project_ideas/pthreads.mdwn index def57313..93dbc815 100644 --- a/community/gsoc/project_ideas/pthreads.mdwn +++ b/community/gsoc/project_ideas/pthreads.mdwn @@ -22,6 +22,10 @@ pthreads implementation for the Hurd was created in the meantime, it's not possible to use both cthreads and pthreads in the same program. Consequently, pthreads can't presently be used in any Hurd servers -- including translators. +(Thus it's impossible to use the [Hurd +libfuse](http://www.nongnu.org/hurdextras/#libfuse) with any FUSE modules +depending on pthreads for example.) + Some work already has been done once on converting the Hurd servers and libraries to use pthreads, but that work hasn't been finished. It is available as [[GNU_Savannah_task 5487]] and can of course be used to base the new work |