[fpc-pascal] FPC for High Performance Computing (HPC) Components with Application API
Henry Vermaak
henry.vermaak at gmail.com
Sat Oct 16 00:10:49 CEST 2010
On 15 October 2010 22:41, Andrew Brunner <andrew.t.brunner at gmail.com> wrote:
> Do you have a link to the latest version of pthreads?
I've told you before: NPTL is part of the glibc sources. Download the
latest glibc sources and look in the nptl directory. The latest glibc
release is 2.11.2.
> It was my understanding that libc took over the pthreads project. I
> just took up this issue a few days ago so I recognize my info may be
> stale or even wrong.
pthreads is the standard, not the implementation. The current most
widely used implementation is called NPTL. Your link points to
LinuxThreads (judging by the name, I didn't download):
http://en.wikipedia.org/wiki/LinuxThreads
The date of the file that you linked is 2005.
Henry
More information about the fpc-pascal
mailing list